diff --git a/src/hb-ot-layout-common-private.hh b/src/hb-ot-layout-common-private.hh index df5e2bb33ec407660b8a541489d44c6e2f603105..c2e4da7dbd21d6415a9cd294959556d67fa44584 100644 --- a/src/hb-ot-layout-common-private.hh +++ b/src/hb-ot-layout-common-private.hh @@ -215,7 +215,7 @@ struct Feature inline hb_tag_t get_lookup_index (unsigned int i) const { return lookupIndex[i]; } 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); } inline bool sanitize (SANITIZE_ARG_DEF) {