diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2014-02-08 05:29:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-03-08 18:05:35 (GMT) |
commit | 215b1addf09359507281359cd7d478c61c01a9f2 (patch) | |
tree | 3c6feb2cda4b6d2d75916240d10b50ffc6123459 /Source/cmSystemTools.h | |
parent | 4c53997f3880785953e3ab6c811626b85ee67510 (diff) | |
download | CMake-215b1addf09359507281359cd7d478c61c01a9f2.zip CMake-215b1addf09359507281359cd7d478c61c01a9f2.tar.gz CMake-215b1addf09359507281359cd7d478c61c01a9f2.tar.bz2 |
stringapi: Take strings in escaping functions
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 51c103e..4a212c2 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -47,7 +47,7 @@ public: KeyWOW64 view = KeyWOW64_Default); ///! Escape quotes in a string. - static std::string EscapeQuotes(const char* str); + static std::string EscapeQuotes(const std::string& str); /** Map help document name to file name. */ static std::string HelpFileName(std::string); |