X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FCECCommandHandler.h;h=1ede44210f97c8e6a56c1f22631a5c15e3952f33;hb=91ef4e2d039e2b4171cfb77f7895bde87c5309a6;hp=3a9bd6f1a3370bcc367bb611183cc2d6f9f691b2;hpb=6807ee552093006e07f9e9c3aaec20025d9a9a05;p=deb_libcec.git diff --git a/src/lib/implementations/CECCommandHandler.h b/src/lib/implementations/CECCommandHandler.h index 3a9bd6f..1ede442 100644 --- a/src/lib/implementations/CECCommandHandler.h +++ b/src/lib/implementations/CECCommandHandler.h @@ -164,7 +164,7 @@ namespace CEC virtual bool ActiveSourcePending(void); virtual bool SupportsDeviceType(const cec_device_type UNUSED(type)) const { return true; }; - cec_device_type GetReplacementDeviceType(const cec_device_type type) const { return type; } + virtual cec_device_type GetReplacementDeviceType(const cec_device_type type) const { return type; } protected: virtual bool HandleActiveSource(const cec_command &command);