Browse Source

Fixed typo for consistent include guard names.

Sascha Zelzer 12 years ago
parent
commit
1a1beb644c

+ 1 - 1
Libs/CommandLineModules/QtGui/ctkCmdLineModuleMenuFactoryQtGui.h

@@ -46,4 +46,4 @@ public:
   QMenu* create(const QList<ctkCmdLineModuleReference>& list);
   QMenu* create(const QList<ctkCmdLineModuleReference>& list);
 };
 };
 
 
-#endif // CTKCMDLINEMODULEFACTORYQTGUI_H
+#endif // CTKCMDLINEMODULEMENUFACTORYQTGUI_H