mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r25501) -Fix: compilation error on OS X
This commit is contained in:
parent
9e70d14a38
commit
d09127996d
@ -191,7 +191,7 @@ class FreeTypeFontCache : public FontCache {
|
|||||||
private:
|
private:
|
||||||
FT_Face face; ///< The font face associated with this font.
|
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.
|
FontTable font_tables; ///< Cached font tables.
|
||||||
|
|
||||||
/** Container for information about a glyph. */
|
/** Container for information about a glyph. */
|
||||||
|
Loading…
Reference in New Issue
Block a user