提交 3e097222 编写于 作者: B Behdad Esfahbod

[HB] Fix more wrong method signatures

上级 822e99fe
...@@ -215,7 +215,7 @@ struct Feature ...@@ -215,7 +215,7 @@ struct Feature
inline hb_tag_t get_lookup_index (unsigned int i) const inline hb_tag_t get_lookup_index (unsigned int i) const
{ return lookupIndex[i]; } { return lookupIndex[i]; }
inline bool get_lookup_indexes (unsigned int *lookup_count /* IN/OUT */, inline bool get_lookup_indexes (unsigned int *lookup_count /* IN/OUT */,
hb_tag_t *lookup_tags /* OUT */) const unsigned int *lookup_tags /* OUT */) const
{ return lookupIndex.get_indexes (lookup_count, lookup_tags); } { return lookupIndex.get_indexes (lookup_count, lookup_tags); }
inline bool sanitize (SANITIZE_ARG_DEF) { inline bool sanitize (SANITIZE_ARG_DEF) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册