diff options
Diffstat (limited to 'include/timer.h')
-rw-r--r-- | include/timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/timer.h b/include/timer.h index 05ce136d2..9c46b4f81 100644 --- a/include/timer.h +++ b/include/timer.h @@ -125,6 +125,7 @@ class CoreExport TimerManager /** Constructor */ TimerManager(InspIRCd* Instance); + ~TimerManager(); /** Tick all pending Timers * @param TIME the current system time |