fixed typo in CUSBCECAdapterCommunication
[deb_libcec.git] / src / lib / adapter / Pulse-Eight / USBCECAdapterCommunication.h
index a14b3a5d85b7f463b1459ae85a09a1b8a64985c6..5b065f30c910c7026bca1b0e64b48cd3c3e961f2 100644 (file)
@@ -172,8 +172,8 @@ namespace CEC
     CUSBCECAdapterCommands *                     m_commands;             /**< commands that can be sent to the adapter */
     CCECAdapterMessageQueue *                    m_adapterMessageQueue;  /**< the incoming and outgoing message queue */
     cec_logical_addresses                        m_logicalAddresses;     /**< the logical address list that this instance is using */
-    uint64_t                                     m_iLastEepromWrite;     /**< last time that this instance did an eeprom write */
-    bool                                         m_iScheduleEepromWrite; /**< in case there were more than 2 changes within 30 seconds, do another write at this time */
+    int64_t                                      m_iLastEepromWrite;     /**< last time that this instance did an eeprom write */
+    int64_t                                      m_iScheduleEepromWrite; /**< in case there were more than 2 changes within 30 seconds, do another write at this time */
   };
 
   class CAdapterPingThread : public PLATFORM::CThread