cec: and rename them in the methods that use them too...
[deb_libcec.git] / src / lib / CECProcessor.h
index b73b1bbb0995f5c439cf38d90de35e072b9b6cd4..b166b5f55879f9fb680526cc686e0352d83d0bce 100644 (file)
@@ -79,7 +79,7 @@ namespace CEC
 
       virtual bool Transmit(const cec_command &data);
       virtual bool Transmit(CCECAdapterMessage *output);
-      virtual void TransmitAbort(cec_logical_address address, cec_opcode opcode, ECecAbortReason reason = CEC_ABORT_REASON_UNRECOGNIZED_OPCODE);
+      virtual void TransmitAbort(cec_logical_address address, cec_opcode opcode, cec_abort_reason reason = CEC_ABORT_REASON_UNRECOGNIZED_OPCODE);
 
       virtual void SetCurrentButton(cec_user_control_code iButtonCode);
       virtual void AddCommand(const cec_command &command);