diff options
Diffstat (limited to 'include/timer.h')
-rw-r--r-- | include/timer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/timer.h b/include/timer.h index 46ad5f439..3fb2ed32b 100644 --- a/include/timer.h +++ b/include/timer.h @@ -26,7 +26,7 @@ class InspIRCd; * your object (which you should override) will be called * at the given time. */ -class InspTimer : public Extensible +class CoreExport InspTimer : public Extensible { private: /** The triggering time @@ -104,7 +104,7 @@ class InspTimer : public Extensible * This will ensure timers are not missed, as well as removing timers that have * expired and allowing the addition of new ones. */ -class TimerManager : public Extensible +class CoreExport TimerManager : public Extensible { protected: /** A group of timers all set to trigger at the same time |