From ad6a6f22401d6256e34521d0f52e91348c5ed4c9 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 9 Jun 2012 01:21:02 -0400 Subject: [PATCH] Minor --- src/hb-ot-layout.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc index 86550ca9c..7a613b205 100644 --- a/src/hb-ot-layout.cc +++ b/src/hb-ot-layout.cc @@ -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) {