Fix TINY build

This commit is contained in:
Behdad Esfahbod 2023-01-09 21:18:12 -07:00
parent 1b7994cb3a
commit adfd5dd7a9
1 changed files with 2 additions and 2 deletions

View File

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