[uniscribe] Fix build
diff --git a/src/hb-uniscribe.cc b/src/hb-uniscribe.cc
index 1fae643..c403d16 100644
--- a/src/hb-uniscribe.cc
+++ b/src/hb-uniscribe.cc
@@ -695,7 +695,7 @@
       {
         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);
       }
     }