diff --git a/src/fontcache.cpp b/src/fontcache.cpp --- a/src/fontcache.cpp +++ b/src/fontcache.cpp @@ -191,7 +191,7 @@ class FreeTypeFontCache : public FontCac private: FT_Face face; ///< The font face associated with this font. - typedef SmallMap> FontTable; ///< Table with font table cache + typedef SmallMap > FontTable; ///< Table with font table cache FontTable font_tables; ///< Cached font tables. /** Container for information about a glyph. */