[gsubgpos] Minor remove call to hb_iter

This commit is contained in:
Behdad Esfahbod 2022-11-16 20:02:36 -07:00
parent 19ec01d25c
commit 1610008e62
1 changed files with 1 additions and 1 deletions

View File

@ -4267,7 +4267,7 @@ struct GSUBGPOS
c.set_recurse_func (TLookup::template dispatch_recurse_func<hb_closure_lookups_context_t>);
for (unsigned lookup_index : + hb_iter (lookup_indexes))
for (unsigned lookup_index : *lookup_indexes)
reinterpret_cast<const TLookup &> (get_lookup (lookup_index)).closure_lookups (&c, lookup_index);
hb_set_union (lookup_indexes, &visited_lookups);