From 47ed6413ce8f2586b8d542dc46055e075a47022e Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 6 Aug 2010 10:14:25 +0000 Subject: Updated to freetype 2.4.1 --- freetype/src/psaux/afmparse.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'freetype/src/psaux/afmparse.h') diff --git a/freetype/src/psaux/afmparse.h b/freetype/src/psaux/afmparse.h index de2a530b2..35d96046c 100644 --- a/freetype/src/psaux/afmparse.h +++ b/freetype/src/psaux/afmparse.h @@ -56,7 +56,8 @@ FT_BEGIN_HEADER typedef struct AFM_ValueRec_ { enum AFM_ValueType_ type; - union { + union + { char* s; FT_Fixed f; FT_Int i; -- cgit v1.2.3