From 0babd8c0783242fc647cdcdfefb399c099e367ad Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Sat, 15 Mar 2014 15:38:09 +0100 Subject: Change allocation of InspIRCd::Timers to be physically part of the object containing it --- src/modules/m_conn_join.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_conn_join.cpp') diff --git a/src/modules/m_conn_join.cpp b/src/modules/m_conn_join.cpp index a5aba68df..631e5945c 100644 --- a/src/modules/m_conn_join.cpp +++ b/src/modules/m_conn_join.cpp @@ -46,7 +46,7 @@ class JoinTimer : public Timer : Timer(delay, ServerInstance->Time(), false) , user(u), channels(chans), ext(ex) { - ServerInstance->Timers->AddTimer(this); + ServerInstance->Timers.AddTimer(this); } bool Tick(time_t time) CXX11_OVERRIDE -- cgit v1.3.1-10-gc9f91