提交 9b7cb137 编写于 作者: B Behdad Esfahbod

Fixup

上级 6e06fe16
......@@ -551,7 +551,7 @@ struct hb_array_t
return arrayZ[i];
}
inline unsigned int get_size (void) { return len * sizeof (Type); }
inline unsigned int get_size (void) const { return len * sizeof (Type); }
template <typename T> inline operator T * (void) { return arrayZ; }
template <typename T> inline operator const T * (void) const { return arrayZ; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册