From 8b16ff12590200afb08e8821e3f14d2fdf8efbda Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 9 Jul 2014 17:40:52 -0400 Subject: [PATCH] [uniscribe] Fix build after recent changes to Offset --- src/hb-ot-name-table.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-name-table.hh b/src/hb-ot-name-table.hh index 07dc0565c..31d9fac7e 100644 --- a/src/hb-ot-name-table.hh +++ b/src/hb-ot-name-table.hh @@ -121,7 +121,7 @@ struct name /* We only implement format 0 for now. */ USHORT format; /* Format selector (=0/1). */ USHORT count; /* Number of name records. */ - Offset stringOffset; /* Offset to start of string storage (from start of table). */ + Offset<> stringOffset; /* Offset to start of string storage (from start of table). */ NameRecord nameRecord[VAR]; /* The name records where count is the number of records. */ public: DEFINE_SIZE_ARRAY (6, nameRecord);