aboutsummaryrefslogtreecommitdiff
path: root/common/timer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/timer.cpp')
-rw-r--r--common/timer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/timer.cpp b/common/timer.cpp
index 511d4f03e3..cc8bf00efc 100644
--- a/common/timer.cpp
+++ b/common/timer.cpp
@@ -25,7 +25,7 @@
#include "common/timer.h"
#include "common/util.h"
-static Timer *g_timer = NULL;
+Timer *g_timer = NULL;
Timer::Timer(OSystem *system) :
_system(system),