[pango] [HB] Fix more wrong method signatures
- From: Behdad Esfahbod <behdad src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pango] [HB] Fix more wrong method signatures
- Date: Tue, 18 Aug 2009 20:41:08 +0000 (UTC)
commit 6ace51e45c90184fe62ad3efbb0d84fd8e415fde
Author: Behdad Esfahbod <behdad behdad org>
Date: Tue Aug 18 16:32:31 2009 -0400
[HB] Fix more wrong method signatures
pango/opentype/hb-ot-layout-common-private.hh | 2 +-
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 4d99cb8..78eeb80 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) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]