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 1e94519b4..456666535 100644 --- a/include/timers.h +++ b/include/timers.h @@ -101,7 +101,7 @@ public: * This will ensure timers are not missed, as well as removing timers that have * expired and allowing the addition of new ones. */ -class CoreExport TimerManager +class CoreExport TimerManager final { /** A list of timers */ |