[HB] Fix wrong method signature
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 18 Aug 2009 20:27:48 +0000 (16:27 -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 5faedcc..df5e2bb 100644 (file)
@@ -143,8 +143,8 @@ struct LangSys
   inline hb_tag_t get_feature_index (unsigned int i) const
   { return featureIndex[i]; }
   inline bool get_feature_indexes (unsigned int *feature_count /* IN/OUT */,
-                                  hb_tag_t     *feature_tags /* OUT */) const
-  { return featureIndex.get_indexes (feature_count, feature_tags); }
+                                  unsigned int *feature_indexes /* OUT */) const
+  { return featureIndex.get_indexes (feature_count, feature_indexes); }
 
   inline bool has_required_feature (void) const { return reqFeatureIndex != 0xffff; }
   inline int get_required_feature_index (void) const