diff options
Diffstat (limited to 'src/hb-shape-plan.cc')
-rw-r--r-- | src/hb-shape-plan.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-shape-plan.cc b/src/hb-shape-plan.cc index acb589ad..460d77b5 100644 --- a/src/hb-shape-plan.cc +++ b/src/hb-shape-plan.cc @@ -108,7 +108,7 @@ hb_shape_plan_key_t::init (bool copy, } else { - const hb_shaper_pair_static_t *shapers = _hb_shapers_get (); + const hb_shaper_entry_t *shapers = _hb_shapers_get (); for (unsigned int i = 0; i < HB_SHAPERS_COUNT; i++) if (false) ; |