ERR: LoadCache needed to return a value.

This commit is contained in:
Brad King 2001-05-08 17:37:55 -04:00
parent 36b4fbb1f4
commit a74d8698eb
1 changed files with 1 additions and 1 deletions

View File

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