From 3831e3829d17f9d89ad02926ba6607036f3c4571 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 28 Jun 2013 19:31:31 +0000 Subject: [PATCH] (svn r25501) -Fix: compilation error on OS X --- src/fontcache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */