diff --git a/Source/cmLocalNinjaGenerator.h b/Source/cmLocalNinjaGenerator.h index 20b36e84e..c450841af 100644 --- a/Source/cmLocalNinjaGenerator.h +++ b/Source/cmLocalNinjaGenerator.h @@ -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 &cmdLines);