From 310576996c48a36d5bbdeaa654d7ffd711357e21 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 6 Jan 2005 23:31:34 +0000 Subject: work around yet another MSVC problem svn-id: r16470 --- graphics/fontman.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/fontman.cpp') 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() { } -- cgit v1.2.3