Explorar el Código

Fix build: non-void function must return a value

Alex
Alex Neundorf hace 14 años
padre
commit
add30e9008
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 }