From 3d44fb6f15177dc6518166e435597936b044acc1 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 10 May 2010 22:22:54 -0400 Subject: [PATCH] Fix warning --- src/hb-ot-layout-common-private.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-layout-common-private.hh b/src/hb-ot-layout-common-private.hh index e724d993d..fb0716121 100644 --- a/src/hb-ot-layout-common-private.hh +++ b/src/hb-ot-layout-common-private.hh @@ -151,7 +151,7 @@ struct LangSys { return featureIndex.get_indexes (start_offset, feature_count, feature_indexes); } inline bool has_required_feature (void) const { return reqFeatureIndex != 0xffff; } - inline int get_required_feature_index (void) const + inline unsigned int get_required_feature_index (void) const { if (reqFeatureIndex == 0xffff) return Index::NOT_FOUND_INDEX;