commit | 01f961ac3a1fdfb31c184e66a5b772239a579764 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Fri Nov 18 15:47:17 2022 -0700 |
committer | Behdad Esfahbod <behdad@behdad.org> | Fri Nov 18 15:47:17 2022 -0700 |
tree | 51532fff5c02e1a79ac9f758ad33b088e90ef5d6 | |
parent | bba5765583c5857622512c8c99a40cecc7b38839 [diff] [blame] |
[gsubgpos] Minor call hb_iter() instead of ->iter() directly
diff --git a/src/hb-ot-layout-gsubgpos.hh b/src/hb-ot-layout-gsubgpos.hh index f9e0f8e..cd011b0 100644 --- a/src/hb-ot-layout-gsubgpos.hh +++ b/src/hb-ot-layout-gsubgpos.hh
@@ -4313,7 +4313,7 @@ } #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'))