X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FRLCommandHandler.h;h=9766827615de1cd4706e64b11d674633ca1e1545;hb=94f4d861d60b502596b67541692033da75654284;hp=944a6492e4c1bda8e1ea256c7601cc49264ea17b;hpb=26555d6bbea6ae577653bc05df8162e8d00e6151;p=deb_libcec.git diff --git a/src/lib/implementations/RLCommandHandler.h b/src/lib/implementations/RLCommandHandler.h index 944a649..9766827 100644 --- a/src/lib/implementations/RLCommandHandler.h +++ b/src/lib/implementations/RLCommandHandler.h @@ -42,6 +42,6 @@ namespace CEC CRLCommandHandler(CCECBusDevice *busDevice); virtual ~CRLCommandHandler(void) {}; - virtual bool InitHandler(void); + bool InitHandler(void); }; };