Преглед изворни кода

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;
   gg = NULL;
   makefile = NULL;
-
+  return true;
 }