From b214ec3ac0ce6568e9226fd09661d52de11dca96 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 5 May 2011 13:24:07 -0400 Subject: [PATCH] Minor --- src/hb-private.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hb-private.hh b/src/hb-private.hh index 28c33b79..26e0a694 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 -- GitLab