BUG: fix missing return value

This commit is contained in:
Ken Martin 2006-12-07 10:22:19 -05:00
parent 1936242ad4
commit f056de555d
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ const char *cmTest::GetProperty(const char* prop) const
{
return this->Makefile->GetProperty(prop,cmProperty::TEST);
}
return retVal;
}
bool cmTest::GetPropertyAsBool(const char* prop) const