Cosmetics

This commit is contained in:
Brian Ferguson 2014-01-04 09:28:44 -07:00
parent 957e37fbf2
commit 9541e72707

View File

@ -110,7 +110,7 @@ private:
bool GetSectionVariable(std::wstring& strVariable, std::wstring& strValue);
void EscapeRegex(std::wstring& str);
void EscapeRegExp(std::wstring& str);
static void SetVariable(std::unordered_map<std::wstring, std::wstring>& variables, const std::wstring& strVariable, const std::wstring& strValue);
static void SetVariable(std::unordered_map<std::wstring, std::wstring>& variables, const WCHAR* strVariable, const WCHAR* strValue);