X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FSLCommandHandler.h;h=6a91df4c1e7a6d1d62c4e8dd2ef20543141e342a;hb=9a0d7b9f744c551930928fee6d3dac0d90507cd1;hp=b40c2ef37912570fd6c9c4286a127be560650140;hpb=5f3167157997a0d64fd8a44ad04babf43327eec8;p=deb_libcec.git diff --git a/src/lib/implementations/SLCommandHandler.h b/src/lib/implementations/SLCommandHandler.h index b40c2ef..6a91df4 100644 --- a/src/lib/implementations/SLCommandHandler.h +++ b/src/lib/implementations/SLCommandHandler.h @@ -51,6 +51,7 @@ namespace CEC protected: virtual void HandleVendorCommand01(const cec_command &command); + virtual void HandleVendorCommand03(const cec_command &command); virtual void HandleVendorCommand04(const cec_command &command); virtual void HandleVendorCommandA0(const cec_command &command);