diff options
Diffstat (limited to 'include/timers.h')
-rw-r--r-- | include/timers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/timers.h b/include/timers.h index 043e526e4..36d60fd4f 100644 --- a/include/timers.h +++ b/include/timers.h @@ -95,7 +95,7 @@ class CoreExport Timer /** Called when the timer ticks * This should be overridden with something useful */ - virtual void Tick(time_t ctime) = 0; + virtual void Tick(time_t ctime) anope_abstract; }; /** This class manages sets of Timers, and triggers them at their defined times. |