cec: fixed invalid forward decl after changing struct into class
[deb_libcec.git] / src / lib / CECProcessor.h
index ee74f081bfe994bafa480d915aff12a89b44e57d..61ea68691e36f56ceea33dca4e98ff925b030b13 100644 (file)
@@ -40,7 +40,7 @@
 namespace CEC
 {
   class CLibCEC;
-  struct IAdapterCommunication;
+  class IAdapterCommunication;
   class CCECBusDevice;
 
   class CCECProcessor : public PLATFORM::CThread, public IAdapterCommunicationCallback