Przeglądaj źródła

Fixed Visual Studio compiler warnings.

Sascha Zelzer 12 lat temu
rodzic
commit
f4adf756c9

+ 1 - 1
Libs/CommandLineModules/Core/ctkCmdLineModuleFutureInterface.h

@@ -79,7 +79,7 @@ public:
 
 private:
 
-  friend class ctkCmdLineModuleFutureWatcherPrivate;
+  friend struct ctkCmdLineModuleFutureWatcherPrivate;
 
   QtConcurrent::ResultStore<ctkCmdLineModuleResult> &resultStore()
   { return static_cast<QtConcurrent::ResultStore<ctkCmdLineModuleResult> &>(resultStoreBase()); }

+ 1 - 1
Libs/CommandLineModules/Core/ctkCmdLineModuleFutureWatcher.h

@@ -72,7 +72,7 @@ Q_SIGNALS:
 
 private:
 
-  friend class ctkCmdLineModuleFutureWatcherPrivate;
+  friend struct ctkCmdLineModuleFutureWatcherPrivate;
 
   QScopedPointer<ctkCmdLineModuleFutureWatcherPrivate> d;