Przeglądaj źródła

Fix build: non-void function must return a value

Alex
Alex Neundorf 14 lat temu
rodzic
commit
add30e9008
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Source/cmQtAutomoc.cxx

+ 1 - 1
Source/cmQtAutomoc.cxx

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