From d1f78ff1605f22ae2d0ead990b37424a3897e0bc Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 10 Feb 2007 15:05:41 +0000 Subject: And make it compile. (whoops) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6562 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/timer.h b/include/timer.h index e28987234..46ad5f439 100644 --- a/include/timer.h +++ b/include/timer.h @@ -128,7 +128,7 @@ class TimerManager : public Extensible public: /** Constructor */ - TimerManager(); + TimerManager(InspIRCd* Instance); /** Tick all pending InspTimers * @param TIME the current system time */ -- cgit v1.2.3