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 --- include/modules/dns.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/modules') diff --git a/include/modules/dns.h b/include/modules/dns.h index 7f863fcca..c76c53805 100644 --- a/include/modules/dns.h +++ b/include/modules/dns.h @@ -159,7 +159,7 @@ namespace DNS , id(0) , creator(mod) { - ServerInstance->Timers->AddTimer(this); + ServerInstance->Timers.AddTimer(this); } virtual ~Request() -- cgit v1.3.1-10-gc9f91