X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FRLCommandHandler.h;h=9766827615de1cd4706e64b11d674633ca1e1545;hb=e186a8436089dfa0f8a7cb65b00cbeb056923467;hp=944a6492e4c1bda8e1ea256c7601cc49264ea17b;hpb=c37545cf1873b9e4f735b227206ba57ad3b20a93;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); }; };