X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FSLCommandHandler.h;h=3a5a779e5195340898b6b08dd6b0a045f98a7086;hb=0e54ee2e232fa018c158f3a6e5eaaae18bf1d05f;hp=7d43c9a6df23d976a6885643fbeb6e6de5d8fee8;hpb=0ecbcd4dd338a4e0e7dcf0400274cebf6744ff4e;p=deb_libcec.git diff --git a/src/lib/implementations/SLCommandHandler.h b/src/lib/implementations/SLCommandHandler.h index 7d43c9a..3a5a779 100644 --- a/src/lib/implementations/SLCommandHandler.h +++ b/src/lib/implementations/SLCommandHandler.h @@ -56,7 +56,7 @@ namespace CEC virtual void HandleVendorCommandPowerOnStatus(const cec_command &command); virtual void TransmitVendorCommand0205(const cec_logical_address iSource, const cec_logical_address iDestination); - virtual void TransmitVendorCommand04(const cec_logical_address iSource, const cec_logical_address iDestination); + virtual void TransmitVendorCommand05(const cec_logical_address iSource, const cec_logical_address iDestination); virtual void TransmitDeckStatus(const cec_logical_address iDestination); virtual bool HandleGiveDeviceVendorId(const cec_command &command); virtual bool HandleVendorCommand(const cec_command &command);