From fb17bba197a190b5865e2ddf4f70019a6dc23ba2 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 31 Jul 2018 03:02:16 +0100 Subject: Replace the TR1NS macro with the std namespace. --- src/configparser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configparser.cpp') diff --git a/src/configparser.cpp b/src/configparser.cpp index abdf6f3de..c8e07c2a9 100644 --- a/src/configparser.cpp +++ b/src/configparser.cpp @@ -477,7 +477,7 @@ bool ConfigTag::readString(const std::string& key, std::string& value, bool allo return false; } -std::string ConfigTag::getString(const std::string& key, const std::string& def, const TR1NS::function& validator) +std::string ConfigTag::getString(const std::string& key, const std::string& def, const std::function& validator) { std::string res; if (!readString(key, res)) -- cgit v1.3.1-10-gc9f91