[post] Fix a pointer type

This commit is contained in:
Behdad Esfahbod 2025-03-12 17:13:48 -06:00
parent 469502c99b
commit bdee8658c6

View file

@ -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 (); }