Fix Class operator return type

pull/1/head
Behdad Esfahbod 15 years ago
parent f9b3772798
commit a87072db5d
  1. 2
      src/hb-ot-layout-common-private.hh

@ -533,7 +533,7 @@ ASSERT_SIZE (ClassDefFormat2, 4);
struct ClassDef
{
inline unsigned int operator() (hb_codepoint_t glyph_id) const { return get_class (glyph_id); }
inline hb_ot_layout_class_t operator() (hb_codepoint_t glyph_id) const { return get_class (glyph_id); }
inline hb_ot_layout_class_t get_class (hb_codepoint_t glyph_id) const
{

Loading…
Cancel
Save