浏览代码

Fix build: non-void function must return a value

Alex
Alex Neundorf 14 年之前
父节点
当前提交
add30e9008
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmQtAutomoc.cxx

+ 1 - 1
Source/cmQtAutomoc.cxx

@@ -168,7 +168,7 @@ bool cmQtAutomoc::Run(const char* targetDirectory)
   delete gg;
   delete gg;
   gg = NULL;
   gg = NULL;
   makefile = NULL;
   makefile = NULL;
-
+  return true;
 }
 }