[Scummvm-cvs-logs] CVS: scummvm/graphics fontman.cpp,1.3,1.4
Max Horn
fingolfin at users.sourceforge.net
Thu Jan 6 15:32:20 CET 2005
Update of /cvsroot/scummvm/scummvm/graphics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18290
Modified Files:
fontman.cpp
Log Message:
work around yet another MSVC problem
Index: fontman.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/graphics/fontman.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- fontman.cpp 6 Jan 2005 22:48:41 -0000 1.3
+++ fontman.cpp 6 Jan 2005 23:31:34 -0000 1.4
@@ -25,6 +25,8 @@
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_big;
-DECLARE_SINGLETON(FontManager);
-
FontManager::FontManager() {
}
More information about the Scummvm-git-logs
mailing list