mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
Fix >>
This commit is contained in:
parent
ae9ad1076e
commit
4eb52460c8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue