提交 e26e6dbb 编写于 作者: B Behdad Esfahbod

[post] Remove unnecessary hb_nonnull_ptr_t<>

上级 6b8178c6
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册