소스 검색

Fixed Windows warnings.

Sascha Zelzer 12 년 전
부모
커밋
49889fcef1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;