diff --git a/src/hb-private.hh b/src/hb-private.hh index a6b3ab8ca..ab6511dc8 100644 --- a/src/hb-private.hh +++ b/src/hb-private.hh @@ -545,7 +545,7 @@ struct hb_auto_array_t : hb_prealloced_array_t template struct hb_lockable_set_t { - hb_prealloced_array_t items; + hb_prealloced_array_t items; inline void init (void) { items.init (); }