diff options
| author | 2007-02-10 15:05:41 +0000 | |
|---|---|---|
| committer | 2007-02-10 15:05:41 +0000 | |
| commit | d1f78ff1605f22ae2d0ead990b37424a3897e0bc (patch) | |
| tree | f1457411818f2cf2cb6790ac8325c3fd4af81d45 /include | |
| parent | timermanager never had a ServerInstance. Give it one so we can use InspIRCd::... (diff) | |
And make it compile. (whoops)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6562 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
| -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 */ |
