提交 b214ec3a 编写于 作者: B Behdad Esfahbod

Minor

上级 811482bd
...@@ -228,7 +228,7 @@ HB_END_DECLS ...@@ -228,7 +228,7 @@ HB_END_DECLS
template <typename Type, unsigned int StaticSize> template <typename Type, unsigned int StaticSize>
struct hb_static_array_t { struct hb_prealloced_array_t {
unsigned int len; unsigned int len;
unsigned int allocated; unsigned int allocated;
...@@ -280,7 +280,7 @@ struct hb_static_array_t { ...@@ -280,7 +280,7 @@ struct hb_static_array_t {
}; };
template <typename Type> template <typename Type>
struct hb_array_t : hb_static_array_t<Type, 2> {}; struct hb_array_t : hb_prealloced_array_t<Type, 2> {};
template <typename item_t> template <typename item_t>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册