Changeset - r20482:888d761be878
[Not reviewed]
master
0 1 0
rubidium - 11 years ago 2013-06-28 19:31:31
rubidium@openttd.org
(svn r25501) -Fix: compilation error on OS X
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/fontcache.cpp
Show inline comments
 
@@ -191,7 +191,7 @@ class FreeTypeFontCache : public FontCac
 
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. */
0 comments (0 inline, 0 general)