From e2af4dd1ecbe398c60fe5f3f370dd35400d7e1eb Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 29 Nov 2018 16:03:15 -0500 Subject: [PATCH] [uniscribe] Fix build --- src/hb-uniscribe.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-uniscribe.cc b/src/hb-uniscribe.cc index 1fae6435b..c403d1657 100644 --- a/src/hb-uniscribe.cc +++ b/src/hb-uniscribe.cc @@ -695,7 +695,7 @@ _hb_uniscribe_shape (hb_shape_plan_t *shape_plan, { 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); } }