diff --git a/Library/ConfigParser.h b/Library/ConfigParser.h index 589c254b..27ecb41b 100644 --- a/Library/ConfigParser.h +++ b/Library/ConfigParser.h @@ -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& variables, const std::wstring& strVariable, const std::wstring& strValue); static void SetVariable(std::unordered_map& variables, const WCHAR* strVariable, const WCHAR* strValue);