mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 22:15:04 +00:00
[post] Fix a pointer type
This commit is contained in:
parent
469502c99b
commit
bdee8658c6
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ struct post
|
|||
const Array16Of<HBUINT16> *glyphNameIndex = nullptr;
|
||||
hb_vector_t<uint32_t> index_to_offset;
|
||||
const uint8_t *pool = nullptr;
|
||||
hb_atomic_ptr_t<uint16_t *> gids_sorted_by_name;
|
||||
hb_atomic_ptr_t<uint16_t> gids_sorted_by_name;
|
||||
};
|
||||
|
||||
bool has_data () const { return version.to_int (); }
|
||||
|
|
Loading…
Add table
Reference in a new issue