[uniscribe] Fix build after recent changes to Offset
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 9 Jul 2014 21:40:52 +0000 (17:40 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 9 Jul 2014 21:41:09 +0000 (17:41 -0400)
src/hb-ot-name-table.hh

index 07dc056..31d9fac 100644 (file)
@@ -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);