diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-02-10 15:05:41 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-02-10 15:05:41 +0000 |
commit | d1f78ff1605f22ae2d0ead990b37424a3897e0bc (patch) | |
tree | f1457411818f2cf2cb6790ac8325c3fd4af81d45 | |
parent | 8a15b719601bd886487775c9709ba16cf3e39096 (diff) |
And make it compile. (whoops)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6562 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | include/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |