aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/fontman.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/fontman.cpp b/graphics/fontman.cpp
index 0bee9ea925..1cacff0745 100644
--- a/graphics/fontman.cpp
+++ b/graphics/fontman.cpp
@@ -25,6 +25,8 @@ namespace GUI {
extern const Graphics::NewFont g_consolefont;
};
+DECLARE_SINGLETON(Graphics::FontManager);
+
namespace Graphics {
const ScummFont g_scummfont;
@@ -32,8 +34,6 @@ extern const NewFont g_sysfont;
extern const NewFont g_sysfont_big;
-DECLARE_SINGLETON(FontManager);
-
FontManager::FontManager() {
}