Explorar el Código

Fixed Windows warning about struct/class declaration.

Sascha Zelzer hace 14 años
padre
commit
61579acaa6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Plugins/org.commontk.configadmin/ctkCMEventDispatcher_p.h

+ 1 - 1
Plugins/org.commontk.configadmin/ctkCMEventDispatcher_p.h

@@ -28,7 +28,7 @@
 
 #include "ctkCMSerializedTaskQueue_p.h"
 
-class ctkConfigurationListener;
+struct ctkConfigurationListener;
 class ctkLogService;
 
 /**