summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2018-11-03 21:45:39 -0400
committerBehdad Esfahbod <behdad@behdad.org>2018-11-03 21:45:39 -0400
commit4eb52460c8c6dc48af240f2254f76fae065bfa97 (patch)
treeb91e8bfbfe1cedd05eced6f98035bb4b4eae30a5
parentae9ad1076e536aee370f9863cde8351b79f01b3b (diff)
Fix >>
-rw-r--r--src/hb-ot-post-table.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-ot-post-table.hh b/src/hb-ot-post-table.hh
index 6432f3f1..b15a459b 100644
--- a/src/hb-ot-post-table.hh
+++ b/src/hb-ot-post-table.hh
@@ -254,7 +254,7 @@ struct post
private:
hb_blob_t *blob;
uint32_t version;
- hb_nonnull_ptr_t<const ArrayOf<HBUINT16>> glyphNameIndex;
+ hb_nonnull_ptr_t<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;