summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-18 16:32:31 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-18 16:32:31 -0400
commit6ace51e45c90184fe62ad3efbb0d84fd8e415fde (patch)
tree83ed1ac7f30a07a5e8a7e576357d534ef6c15ab4
parent602c83982359f98916967dc88da6b5731fc06798 (diff)
downloadpango-6ace51e45c90184fe62ad3efbb0d84fd8e415fde.tar.gz
[HB] Fix more wrong method signatures
-rw-r--r--pango/opentype/hb-ot-layout-common-private.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/opentype/hb-ot-layout-common-private.hh b/pango/opentype/hb-ot-layout-common-private.hh
index 4d99cb80..78eeb80b 100644
--- a/pango/opentype/hb-ot-layout-common-private.hh
+++ b/pango/opentype/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) {