fixed - don't keep waiting for an updated power status from the TV for Panasonic...
[deb_libcec.git] / src / lib / implementations / VLCommandHandler.h
index ae6b9f60d63a291b3d34c5449ed87ffd91e10c67..b878ca97bee17da48f243a1d40db99920f12a03d 100644 (file)
@@ -67,6 +67,6 @@ namespace CEC
     PLATFORM::CMutex m_mutex;
     uint64_t         m_iPowerUpEventReceived;
     bool             m_bCapabilitiesSent;
-    bool             m_bPowerStatusRequested;
+    int64_t          m_iPowerStatusRequested;
   };
 };