summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalNinjaGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmLocalNinjaGenerator.h')
-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);