[post] Remove unnecessary hb_nonnull_ptr_t<>
This commit is contained in:
parent
6b8178c649
commit
e26e6dbb33
|
@ -259,7 +259,7 @@ struct post
|
|||
private:
|
||||
hb_blob_t *blob;
|
||||
uint32_t version;
|
||||
hb_nonnull_ptr_t<const ArrayOf<HBUINT16> > glyphNameIndex;
|
||||
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…
Reference in New Issue