From: Behdad Esfahbod Date: Thu, 17 Jan 2019 22:44:39 +0000 (-0500) Subject: [AAT] Allow null in ankr lookupTable offset X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b344d4385af5bc9adac2a24850cb963929d4ae9e;p=platform%2Fupstream%2FlibHarfBuzzSharp.git [AAT] Allow null in ankr lookupTable offset --- diff --git a/src/hb-aat-layout-ankr-table.hh b/src/hb-aat-layout-ankr-table.hh index 77873dd..b1c115c 100644 --- a/src/hb-aat-layout-ankr-table.hh +++ b/src/hb-aat-layout-ankr-table.hh @@ -83,7 +83,7 @@ struct ankr protected: HBUINT16 version; /* Version number (set to zero) */ HBUINT16 flags; /* Flags (currently unused; set to zero) */ - LOffsetTo >, false> + LOffsetTo > > lookupTable; /* Offset to the table's lookup table */ LOffsetTo anchorData; /* Offset to the glyph data table */