# HG changeset patch # User rubidium # Date 2013-06-28 19:31:31 # Node ID 888d761be8782c0d9e3e6bf1cc3a2c5ad6296ba8 # Parent 1c0e81c9e67ec2162646616aec0363c236eac1c6 (svn r25501) -Fix: compilation error on OS X 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. */