diff options
Diffstat (limited to 'src/hb-ot-layout.cc')
-rw-r--r-- | src/hb-ot-layout.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc index ec2421e3..092633c5 100644 --- a/src/hb-ot-layout.cc +++ b/src/hb-ot-layout.cc @@ -72,7 +72,7 @@ hb_ot_layout_has_cross_kerning (hb_face_t *face) } void -hb_ot_layout_kern (hb_ot_shape_plan_t *plan, +hb_ot_layout_kern (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) { |