1
0
Fork 0

(svn r25501) -Fix: compilation error on OS X

release/1.4
rubidium 2013-06-28 19:31:31 +00:00
parent 934f4decba
commit 3831e3829d
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ class FreeTypeFontCache : public FontCache {
private:
FT_Face face; ///< The font face associated with this font.
typedef SmallMap<uint32, SmallPair<size_t, const void*>> FontTable; ///< Table with font table cache
typedef SmallMap<uint32, SmallPair<size_t, const void*> > FontTable; ///< Table with font table cache
FontTable font_tables; ///< Cached font tables.
/** Container for information about a glyph. */