Forráskód Böngészése

ERR: LoadCache needed to return a value.

Brad King 24 éve
szülő
commit
a74d8698eb
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Source/cmCacheManager.cxx

+ 1 - 1
Source/cmCacheManager.cxx

@@ -90,7 +90,7 @@ bool cmCacheManager::LoadCache(cmMakefile* mf)
 
 
 bool cmCacheManager::LoadCache(const char* path)
 bool cmCacheManager::LoadCache(const char* path)
 {
 {
-  this->LoadCache(path,true);
+  return this->LoadCache(path,true);
 }
 }
 bool cmCacheManager::LoadCache(const char* path,
 bool cmCacheManager::LoadCache(const char* path,
 			       bool internal)
 			       bool internal)