浏览代码

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

Jean-Christophe Fillion-Robin 15 年之前
父节点
当前提交
5dc730fb3a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Applications/ctkCLIPluginExplorer/CMakeLists.txt

+ 1 - 1
Applications/ctkCLIPluginExplorer/CMakeLists.txt

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