Explorar o código

Fixed Visual Studio compiler warnings.

Sascha Zelzer %!s(int64=12) %!d(string=hai) anos
pai
achega
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;