cec: fixed - commands that were forwarded to clients used the source address of the...
[deb_libcec.git] / src / lib / LibCEC.h
index 0ef3e832d3d318218eda23c4beeccceefd40947e..6407e57a8fe479c28ba8151a11c6c29c4d7debbd 100644 (file)
@@ -134,7 +134,7 @@ namespace CEC
       void AddLog(const cec_log_level level, const char *strFormat, ...);
       static void AddKey(void) {}                                           //UNUSED
       static void AddKey(const cec_keypress &key);                          //UNUSED
-      static void AddCommand(const cec_command &command);                   //UNUSED
+      void AddCommand(const cec_command &command);
       static void ConfigurationChanged(const libcec_configuration &config); //UNUSED
       static void SetCurrentButton(cec_user_control_code iButtonCode);      //UNUSED
       void CheckKeypressTimeout(void);