[gsubgpos] Minor call hb_iter() instead of ->iter() directly

This commit is contained in:
Behdad Esfahbod 2022-11-18 15:47:17 -07:00
parent bba5765583
commit 01f961ac3a
1 changed files with 1 additions and 1 deletions

View File

@ -4313,7 +4313,7 @@ struct GSUBGPOS
}
#endif
for (unsigned i : feature_indices->iter())
for (unsigned i : hb_iter (feature_indices))
{
hb_tag_t tag = get_feature_tag (i);
if (tag == HB_TAG ('p', 'r', 'e', 'f'))