fix static_assert failure in OffsetTo<TopDict>

This commit is contained in:
Michiharu Ariza 2018-09-17 13:56:39 -07:00
parent d050ab8d3e
commit 98b94f8ba5
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ struct cff2
public:
FixedVersion<HBUINT8> version; /* Version of CFF2 table. set to 0x0200u */
OffsetTo<TopDict, HBUINT8> topDict; /* headerSize = Offset to Top DICT. */
OffsetTo<TopDict, HBUINT8, false> topDict; /* headerSize = Offset to Top DICT. */
HBUINT16 topDictSize; /* Top DICT size */
public: