cec: added a command to the interface to start the bootloader directly, without going...
[deb_libcec.git] / src / lib / LibCEC.h
index e2e815392d1bef72bd31b5ef4998b3cc35a1a722..9241a2c3f8336ce602ee353367f4ca7f52eeb4e7 100644 (file)
@@ -134,11 +134,11 @@ namespace CEC
       static CLibCEC *GetInstance(void);
       static void SetInstance(CLibCEC *instance);
 
+      CCECProcessor *                         m_cec;
     protected:
       int64_t                                 m_iStartTime;
       cec_user_control_code                   m_iCurrentButton;
       int64_t                                 m_buttontime;
-      CCECProcessor *                         m_cec;
       PLATFORM::SyncedBuffer<cec_log_message> m_logBuffer;
       PLATFORM::SyncedBuffer<cec_keypress>    m_keyBuffer;
       PLATFORM::SyncedBuffer<cec_command>     m_commandBuffer;