From fefad792495e0fbd45d120a83b19090e3b7a0cf3 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 11 Jun 2008 06:00:56 +0000 Subject: No need to specify CaseSensitiveString_Hash explicitly anymore svn-id: r32663 --- graphics/fontman.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/fontman.h b/graphics/fontman.h index eeefab77ec..7121c314cd 100644 --- a/graphics/fontman.h +++ b/graphics/fontman.h @@ -84,7 +84,7 @@ private: friend class Common::Singleton; FontManager(); - Common::HashMap _fontMap; + Common::HashMap _fontMap; }; -- cgit v1.2.3