diff options
author | Max Horn | 2009-12-09 16:44:48 +0000 |
---|---|---|
committer | Max Horn | 2009-12-09 16:44:48 +0000 |
commit | fb5e747565e28a6863190e0e837899d5177244af (patch) | |
tree | 664990ab09fb610c55b82661dc223e55f4f2aa74 /graphics/fontman.h | |
parent | 421363a13258c149bdf976938e7dc8d8438aa9db (diff) | |
download | scummvm-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.h | 1 |
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; }; |