diff --git a/src/hb-array.hh b/src/hb-array.hh index ddeef0dfc..523e4ce4a 100644 --- a/src/hb-array.hh +++ b/src/hb-array.hh @@ -65,6 +65,8 @@ struct hb_array_t Type * operator & (void) const { return arrayZ; } + Type & operator * (void) { return (this->operator [])[0]; } + hb_array_t & operator += (unsigned int count) { if (unlikely (count > len))