Browse Source

Fixed Windows warnings.

Sascha Zelzer 12 years ago
parent
commit
49889fcef1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Libs/CommandLineModules/Core/ctkCmdLineModuleFrontend.h

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

@@ -246,7 +246,7 @@ private:
 
   Q_DISABLE_COPY(ctkCmdLineModuleFrontend)
 
-  friend class ctkCmdLineModuleFrontendPrivate;
+  friend struct ctkCmdLineModuleFrontendPrivate;
   friend class ctkCmdLineModuleManager;
   friend class ctkCmdLineModulePrivate;