From 9541e72707f3008364f929cf1c8ddd4efe0c6654 Mon Sep 17 00:00:00 2001 From: Brian Ferguson Date: Sat, 4 Jan 2014 09:28:44 -0700 Subject: [PATCH] Cosmetics --- Library/ConfigParser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);