X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FLibCEC.h;h=6407e57a8fe479c28ba8151a11c6c29c4d7debbd;hb=5d19989ff572f154b7c42f2151390b02dc106983;hp=0ef3e832d3d318218eda23c4beeccceefd40947e;hpb=7c6e999baf490279a0721899719dfa37902748d0;p=deb_libcec.git diff --git a/src/lib/LibCEC.h b/src/lib/LibCEC.h index 0ef3e83..6407e57 100644 --- a/src/lib/LibCEC.h +++ b/src/lib/LibCEC.h @@ -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);