From e26e6dbb336e48a5898738dbbd9e56e3a00b7bed Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 10 Nov 2018 00:19:50 -0500 Subject: [PATCH] [post] Remove unnecessary hb_nonnull_ptr_t<> --- src/hb-ot-post-table.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-post-table.hh b/src/hb-ot-post-table.hh index 18f9976..b791377 100644 --- a/src/hb-ot-post-table.hh +++ b/src/hb-ot-post-table.hh @@ -259,7 +259,7 @@ struct post private: hb_blob_t *blob; uint32_t version; - hb_nonnull_ptr_t > glyphNameIndex; + const ArrayOf *glyphNameIndex; hb_vector_t index_to_offset; const uint8_t *pool; hb_atomic_ptr_t gids_sorted_by_name; -- 2.7.4