cec: refactor CEC command handling. split up standard and non-standard CEC implementa...
[deb_libcec.git] / src / lib / LibCEC.cpp
index 97427958f9df8d1f65cc0f565d6840ace93cf4fe..ecbc55abece3df8350a42574ec23f4350c9045c2 100644 (file)
@@ -229,7 +229,7 @@ void CLibCEC::AddKey(void)
   }
 }
 
-void CLibCEC::AddCommand(cec_command &command)
+void CLibCEC::AddCommand(const cec_command &command)
 {
   if (m_commandBuffer.Push(command))
   {