diff options
Diffstat (limited to 'font.h')
-rw-r--r-- | font.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ class cText2SkinFontCache { private: typedef map<string,cFont*> cache_map; - + public: cText2SkinFontCache(); ~cText2SkinFontCache(); |