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_channames.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_channames.cpp') diff --git a/src/modules/m_channames.cpp b/src/modules/m_channames.cpp index d0d122b43..b3a882c20 100644 --- a/src/modules/m_channames.cpp +++ b/src/modules/m_channames.cpp @@ -44,7 +44,7 @@ bool NewIsChannelHandler::Call(const std::string& channame) class ModuleChannelNames : public Module { - TR1NS::function rememberer; + std::function rememberer; bool badchan; ChanModeReference permchannelmode; -- cgit v1.3.1-10-gc9f91