This commit is contained in:
Behdad Esfahbod 2018-11-03 21:45:39 -04:00
parent ae9ad1076e
commit 4eb52460c8
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ struct post
private:
hb_blob_t *blob;
uint32_t version;
hb_nonnull_ptr_t<const ArrayOf<HBUINT16>> glyphNameIndex;
hb_nonnull_ptr_t<const ArrayOf<HBUINT16> > glyphNameIndex;
hb_vector_t<uint32_t, 1> index_to_offset;
const uint8_t *pool;
hb_atomic_ptr_t<uint16_t *> gids_sorted_by_name;