Fix TINY build

pull/4022/head
Behdad Esfahbod 2 years ago
parent 1b7994cb3a
commit adfd5dd7a9
  1. 4
      src/hb-ot-shape.cc

@ -80,9 +80,9 @@ hb_ot_shape_planner_t::hb_ot_shape_planner_t (hb_face_t *fac
const hb_segment_properties_t &props) : const hb_segment_properties_t &props) :
face (face), face (face),
props (props), props (props),
map (face, props), map (face, props)
#ifndef HB_NO_AAT_SHAPE #ifndef HB_NO_AAT_SHAPE
apply_morx (_hb_apply_morx (face, props)) , apply_morx (_hb_apply_morx (face, props))
#endif #endif
{ {
shaper = hb_ot_shaper_categorize (this); shaper = hb_ot_shaper_categorize (this);

Loading…
Cancel
Save