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. --- include/command_parse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/command_parse.h') diff --git a/include/command_parse.h b/include/command_parse.h index ccea2ac50..50a0eb78b 100644 --- a/include/command_parse.h +++ b/include/command_parse.h @@ -30,7 +30,7 @@ class CoreExport CommandParser { public: - typedef TR1NS::unordered_map CommandMap; + typedef std::unordered_map CommandMap; private: /** Process a command from a user. -- cgit v1.3.1-10-gc9f91