[HB] Fix more wrong method signatures
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 18 Aug 2009 20:32:31 +0000 (16:32 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 2 Nov 2009 19:40:44 +0000 (14:40 -0500)
src/hb-ot-layout-common-private.hh

index df5e2bb..c2e4da7 100644 (file)
@@ -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) {