|
@@ -78,7 +78,7 @@ public:
|
|
|
KeyWOW64 view = KeyWOW64_Default);
|
|
KeyWOW64 view = KeyWOW64_Default);
|
|
|
|
|
|
|
|
//! Escape quotes in a string.
|
|
//! 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. */
|
|
/** Map help document name to file name. */
|
|
|
static std::string HelpFileName(std::string);
|
|
static std::string HelpFileName(std::string);
|