Browse Source

BUG: In Applications/ctkCLIPluginExplorer, changed ctkCLIPluginExplorerMain.cxx into ctkCLIPluginExplorerMain.cpp

Jean-Christophe Fillion-Robin 15 years ago
parent
commit
5dc730fb3a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Applications/ctkCLIPluginExplorer/CMakeLists.txt

+ 1 - 1
Applications/ctkCLIPluginExplorer/CMakeLists.txt

@@ -5,7 +5,7 @@ PROJECT(ctkCLIPluginExplorer)
 #
 
 SET(KIT_SRCS
-  ctkCLIPluginExplorerMain.cxx
+  ctkCLIPluginExplorerMain.cpp
 )
 
 # Headers that should run through moc