summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmLocalNinjaGenerator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmLocalNinjaGenerator.h b/Source/cmLocalNinjaGenerator.h
index 20b36e8..c450841 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<std::string> &cmdLines);