stringapi: Take strings in escaping functions

This commit is contained in:
Ben Boeckel
2014-02-08 00:29:59 -05:00
committed by Brad King
parent 4c53997f38
commit 215b1addf0
8 changed files with 43 additions and 38 deletions

View File

@@ -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);