Fix warning
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 11 May 2010 02:22:54 +0000 (22:22 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 11 May 2010 02:22:54 +0000 (22:22 -0400)
src/hb-ot-layout-common-private.hh

index e724d99..fb07161 100644 (file)
@@ -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;