cec: fixed missing virtual keyword in CCECCommandHandler::GetReplacementDeviceType...
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.h
index 6e0121fdee49886dc4b3db09b47465d8175aa9e6..1ede44210f97c8e6a56c1f22631a5c15e3952f33 100644 (file)
@@ -163,6 +163,8 @@ namespace CEC
     virtual void SignalOpcode(cec_opcode opcode);
 
     virtual bool ActiveSourcePending(void);
+    virtual bool SupportsDeviceType(const cec_device_type UNUSED(type)) const { return true; };
+    virtual cec_device_type GetReplacementDeviceType(const cec_device_type type) const { return type; }
 
   protected:
     virtual bool HandleActiveSource(const cec_command &command);