mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
stringapi: Take strings in escaping functions
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user