diff options
Diffstat (limited to 'Source/cmStringCommand.h')
-rw-r--r-- | Source/cmStringCommand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmStringCommand.h b/Source/cmStringCommand.h index 3b71c25..523162d 100644 --- a/Source/cmStringCommand.h +++ b/Source/cmStringCommand.h @@ -119,7 +119,8 @@ protected: bool RegexMatch(std::vector<std::string> const& args); bool RegexMatchAll(std::vector<std::string> const& args); bool RegexReplace(std::vector<std::string> const& args); - bool HandleToUpperLowerCommand(std::vector<std::string> const& args, bool toUpper); + bool HandleToUpperLowerCommand(std::vector<std::string> const& args, + bool toUpper); bool HandleCompareCommand(std::vector<std::string> const& args); bool HandleReplaceCommand(std::vector<std::string> const& args); bool HandleLengthCommand(std::vector<std::string> const& args); |