cec: clean up and fix the LG command handler
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.h
index 9ced8293cd2f3477bf9cdb914e8d57374890232e..c84424f4f34424843b8d065c72d1c49baaef1e95 100644 (file)
@@ -117,6 +117,7 @@ namespace CEC
     virtual bool HandleTextViewOn(const cec_command &command);
     virtual bool HandleUserControlPressed(const cec_command &command);
     virtual bool HandleUserControlRelease(const cec_command &command);
+    virtual bool HandleVendorCommand(const cec_command &command) { return true; }
     virtual void UnhandledCommand(const cec_command &command);
 
     virtual unsigned int GetMyDevices(std::vector<CCECBusDevice *> &devices) const;