cec: added 'scan' command to cec-client, that displays info about devices on the...
[deb_libcec.git] / src / lib / devices / CECBusDevice.cpp
index 0b7adf677e61bebed790af62f4e0650a69f6051a..439fc05fbf01d27b677eab7f7828f8fabb98bec4 100644 (file)
@@ -40,7 +40,7 @@
 
 using namespace CEC;
 
-#define ToString(p) CCECCommandHandler::ToString(p)
+#define ToString(p) m_processor->ToString(p)
 
 CCECBusDevice::CCECBusDevice(CCECProcessor *processor, cec_logical_address iLogicalAddress, uint16_t iPhysicalAddress) :
   m_type(CEC_DEVICE_TYPE_RESERVED),