diff options
-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 */ |