aboutsummaryrefslogtreecommitdiff
path: root/graphics/fontman.h
diff options
context:
space:
mode:
authorMax Horn2009-12-09 16:44:48 +0000
committerMax Horn2009-12-09 16:44:48 +0000
commitfb5e747565e28a6863190e0e837899d5177244af (patch)
tree664990ab09fb610c55b82661dc223e55f4f2aa74 /graphics/fontman.h
parent421363a13258c149bdf976938e7dc8d8438aa9db (diff)
downloadscummvm-rg350-fb5e747565e28a6863190e0e837899d5177244af.tar.gz
scummvm-rg350-fb5e747565e28a6863190e0e837899d5177244af.tar.bz2
scummvm-rg350-fb5e747565e28a6863190e0e837899d5177244af.zip
GRAPHICS: Change font code to be identical on all platforms
svn-id: r46309
Diffstat (limited to 'graphics/fontman.h')
-rw-r--r--graphics/fontman.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/fontman.h b/graphics/fontman.h
index 7121c314cd..9896fad38c 100644
--- a/graphics/fontman.h
+++ b/graphics/fontman.h
@@ -83,6 +83,7 @@ public:
private:
friend class Common::Singleton<SingletonBaseType>;
FontManager();
+ ~FontManager();
Common::HashMap<Common::String, const Font *> _fontMap;
};