ソースを参照

Fixed Visual Studio compiler warnings.

Sascha Zelzer 12 年 前
コミット
f4adf756c9
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 1 1
      Libs/CommandLineModules/Core/ctkCmdLineModuleFutureInterface.h
  2. 1 1
      Libs/CommandLineModules/Core/ctkCmdLineModuleFutureWatcher.h

+ 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;