[HB] Fix more wrong method signatures

This commit is contained in:
Behdad Esfahbod 2009-08-18 16:32:31 -04:00
parent 822e99fe9a
commit 3e09722214
1 changed files with 1 additions and 1 deletions

View 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) {