[coretext] Fix compile

Fingers crossed.
This commit is contained in:
Behdad Esfahbod 2018-11-29 15:07:44 -05:00
parent 5c4fead734
commit ac0264717b
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ _hb_coretext_shape (hb_shape_plan_t *shape_plan,
} else {
active_feature_t *feature = active_features.find (&event->feature);
if (feature)
active_features.remove (feature - active_features);
active_features.remove (feature - (active_feature_t *) active_features);
}
}
}