cec: fixed - use the correct source device for broadcasts
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.h
index 70c86eb2476ebab0f526468fa4f1294f2b5909a5..0da4dede4cc27b9748b99497b2af9fbd85344595 100644 (file)
@@ -64,6 +64,7 @@ namespace CEC
     void UnhandledCommand(const cec_command &command);
 
     CCECBusDevice *GetDevice(cec_logical_address iLogicalAddress) const;
+    CCECBusDevice *GetThisDevice(void) const;
     CCECBusDevice *m_busDevice;
   };
 };