X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FLibCEC.h;h=9241a2c3f8336ce602ee353367f4ca7f52eeb4e7;hb=1b469124aa1f79269686492c391d54e43525ccf4;hp=e2e815392d1bef72bd31b5ef4998b3cc35a1a722;hpb=c9549d3519b254239eac22685ea22d81ffa00761;p=deb_libcec.git diff --git a/src/lib/LibCEC.h b/src/lib/LibCEC.h index e2e8153..9241a2c 100644 --- a/src/lib/LibCEC.h +++ b/src/lib/LibCEC.h @@ -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 m_logBuffer; PLATFORM::SyncedBuffer m_keyBuffer; PLATFORM::SyncedBuffer m_commandBuffer;