From 29d602422cea4e9f2a59b8cefdb17b3862642e01 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 2 Sep 2019 14:26:04 +0200 Subject: Apply b1fc144 from common --- contrib/RemoteControl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/RemoteControl.h') diff --git a/contrib/RemoteControl.h b/contrib/RemoteControl.h index bd88f82..2358b3a 100644 --- a/contrib/RemoteControl.h +++ b/contrib/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