cec: more cleanups. split up cec_adapter_message and cec_command. use cec_command...
[deb_libcec.git] / src / lib / platform / windows / serialport.cpp
index 443b426b2fd9c9e174e830b00e1ece7b5ade7961..6e1c7bdef7b0509ebf942ae09674e0c7984e8def 100644 (file)
@@ -166,7 +166,7 @@ void CSerialPort::Close(void)
   }
 }
 
-int8_t CSerialPort::Write(const cec_frame &data)
+int8_t CSerialPort::Write(const cec_adapter_message &data)
 {
   CLockObject lock(&m_mutex);
   DWORD iBytesWritten = 0;