Ninja: void function can't return a value

This commit is contained in:
Peter Kümmel 2012-07-19 07:32:03 +02:00
parent 52160bf68f
commit d569f3ef15
1 changed files with 2 additions and 2 deletions

View File

@ -83,8 +83,8 @@ public:
void ExpandRuleVariables(std::string& string,
const RuleVariables& replaceValues) {
return cmLocalGenerator::
ExpandRuleVariables(string, replaceValues); }
cmLocalGenerator::ExpandRuleVariables(string, replaceValues);
}
std::string BuildCommandLine(const std::vector<std::string> &cmdLines);