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/modules/m_monitor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_monitor.cpp') diff --git a/src/modules/m_monitor.cpp b/src/modules/m_monitor.cpp index fd72c7320..7632f6a04 100644 --- a/src/modules/m_monitor.cpp +++ b/src/modules/m_monitor.cpp @@ -191,7 +191,7 @@ class IRCv3::Monitor::Manager } private: - typedef TR1NS::unordered_map NickHash; + typedef std::unordered_map NickHash; Entry* Find(const std::string& nick) { -- cgit v1.3.1-10-gc9f91