From 3e5b7d0544e0a595a375644ae8eaef1b3ffb4b75 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 2 Sep 2019 14:28:29 +0200 Subject: Apply b1fc144 from common --- lib/RemoteControl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/RemoteControl.h') diff --git a/lib/RemoteControl.h b/lib/RemoteControl.h index bd88f82..2358b3a 100644 --- a/lib/RemoteControl.h +++ b/lib/RemoteControl.h @@ -149,6 +149,8 @@ class RemoteControllers { std::list > m_controllers; }; +/* rcs is a singleton used in all parts of the program to interact with the RC. + * It is constructed in Globals.cpp */ extern RemoteControllers rcs; /* Implements a Remote controller based on a simple telnet CLI -- cgit v1.2.3