summaryrefslogtreecommitdiff
path: root/lib/common/Timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/Timer.h')
-rw-r--r--lib/common/Timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common/Timer.h b/lib/common/Timer.h
index 09be58fa..17233203 100644
--- a/lib/common/Timer.h
+++ b/lib/common/Timer.h
@@ -43,7 +43,7 @@ class Timers
public:
static void Init();
- static void Cleanup();
+ static void Cleanup(bool throw_exception_if_not_initialised = true);
static void Add (Timer& rTimer);
static void Remove(Timer& rTimer);
static void RequestReschedule();