diff --git a/src/fontcache.cpp b/src/fontcache.cpp index 5b66c3b7a4..2c1f7aafa2 100644 --- a/src/fontcache.cpp +++ b/src/fontcache.cpp @@ -191,7 +191,7 @@ class FreeTypeFontCache : public FontCache { 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. */