diff options
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r-- | Source/cmGlobalXCodeGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h index 4a08217..b484ea3 100644 --- a/Source/cmGlobalXCodeGenerator.h +++ b/Source/cmGlobalXCodeGenerator.h @@ -109,7 +109,7 @@ private: void CreateCustomRulesMakefile(const char* makefileBasename, cmTarget& target, - std::vector<cmCustomCommand> const & commands, + std::vector<cmCustomCommand> const & commands, const char* configName, const std::map<cmStdString, cmStdString>& multipleOutputPairs |