X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FVLCommandHandler.h;h=b878ca97bee17da48f243a1d40db99920f12a03d;hb=5ce83fff6659472035d13843efd24c176b5e774f;hp=ae6b9f60d63a291b3d34c5449ed87ffd91e10c67;hpb=085df3099c0067ae6ccb5638718f34a30bf04e48;p=deb_libcec.git diff --git a/src/lib/implementations/VLCommandHandler.h b/src/lib/implementations/VLCommandHandler.h index ae6b9f6..b878ca9 100644 --- a/src/lib/implementations/VLCommandHandler.h +++ b/src/lib/implementations/VLCommandHandler.h @@ -67,6 +67,6 @@ namespace CEC PLATFORM::CMutex m_mutex; uint64_t m_iPowerUpEventReceived; bool m_bCapabilitiesSent; - bool m_bPowerStatusRequested; + int64_t m_iPowerStatusRequested; }; };