Преглед изворни кода

Fixed Windows warning about struct/class declaration.

Sascha Zelzer пре 14 година
родитељ
комит
61579acaa6
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
 
 /**