summaryrefslogtreecommitdiff
path: root/timers.h
diff options
context:
space:
mode:
Diffstat (limited to 'timers.h')
-rw-r--r--timers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/timers.h b/timers.h
index 55feb46..0ada455 100644
--- a/timers.h
+++ b/timers.h
@@ -41,6 +41,7 @@ public:
// may only be called from Plugin::MainThreadHook
void DoPendingWork();
+ void DoReloadTimers() { m_timers.ReloadTimers(); }
private:
typedef std::pair< cTimer*, std::string > TimerPair;