diff --git a/src/hb-private.hh b/src/hb-private.hh index 28c33b79b18acfaa7f1e8dee31904a016765b398..26e0a6943586c03d260a64e464d2ba1f9b363bde 100644 --- a/src/hb-private.hh +++ b/src/hb-private.hh @@ -228,7 +228,7 @@ HB_END_DECLS template -struct hb_static_array_t { +struct hb_prealloced_array_t { unsigned int len; unsigned int allocated; @@ -280,7 +280,7 @@ struct hb_static_array_t { }; template -struct hb_array_t : hb_static_array_t {}; +struct hb_array_t : hb_prealloced_array_t {}; template