cec: more cleanups. split up cec_adapter_message and cec_command. use cec_command...
[deb_libcec.git] / src / lib / LibCECC.cpp
index 4c7276a0fe5d8c28c4861ced3c1c6ad56f653b56..98c020de26df1ca864814e98ebc60587f657fb7f 100644 (file)
@@ -123,7 +123,7 @@ bool cec_get_next_command(cec_command *command)
   return false;
 }
 
-bool cec_transmit(const CEC::cec_frame &data, bool bWaitForAck /* = true */)
+bool cec_transmit(const CEC::cec_command &data, bool bWaitForAck /* = true */)
 {
   if (cec_parser)
     return cec_parser->Transmit(data, bWaitForAck);