This commit is contained in:
Behdad Esfahbod 2012-06-09 01:21:02 -04:00
parent 46617a4213
commit ad6a6f2240
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ hb_ot_layout_has_glyph_classes (hb_face_t *face)
return _get_gdef (face).has_glyph_classes ();
}
static unsigned int
static inline unsigned int
_hb_ot_layout_get_glyph_property (hb_face_t *face,
hb_glyph_info_t *info)
{