diff --git a/src/hb-iter.hh b/src/hb-iter.hh index 5238b3504..105379eea 100644 --- a/src/hb-iter.hh +++ b/src/hb-iter.hh @@ -172,7 +172,9 @@ struct hb_iter_with_fallback_t : { protected: hb_iter_with_fallback_t () {} - hb_iter_with_fallback_t (const hb_iter_with_fallback_t &o HB_UNUSED) {} + hb_iter_with_fallback_t (const hb_iter_with_fallback_t &o HB_UNUSED) : + hb_iter_t (o), + hb_iter_fallback_mixin_t (o) {} void operator = (const hb_iter_with_fallback_t &o HB_UNUSED) {} };