aboutsummaryrefslogtreecommitdiff
path: root/graphics/cursorman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/cursorman.cpp')
-rw-r--r--graphics/cursorman.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/cursorman.cpp b/graphics/cursorman.cpp
index 53e13da9a1..5fcd2a3602 100644
--- a/graphics/cursorman.cpp
+++ b/graphics/cursorman.cpp
@@ -25,6 +25,10 @@
#include "common/system.h"
#include "common/stack.h"
+namespace Common {
+DECLARE_SINGLETON(Graphics::CursorManager);
+}
+
namespace Graphics {
CursorManager::~CursorManager() {