diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-07-28 14:01:58 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-07-28 15:47:26 (GMT) |
commit | 2c5454f227027552966519c40feb2732b37ec542 (patch) | |
tree | 3fe016425ddc6b43a2da3000f351d7cb78c6ea30 /Source/cmSystemTools.h | |
parent | ad3183db8cbc15d25b9326b5b479eba01e87f30a (diff) | |
download | CMake-2c5454f227027552966519c40feb2732b37ec542.zip CMake-2c5454f227027552966519c40feb2732b37ec542.tar.gz CMake-2c5454f227027552966519c40feb2732b37ec542.tar.bz2 |
cmSystemTool: Let EscapeQuotes accept a cm::string_view
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index 87f0a11..8b60dcd 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -78,7 +78,7 @@ public: KeyWOW64 view = KeyWOW64_Default); //! Escape quotes in a string. - static std::string EscapeQuotes(const std::string& str); + static std::string EscapeQuotes(cm::string_view str); /** Map help document name to file name. */ static std::string HelpFileName(std::string); |