[ClassDef] Minor rename

This commit is contained in:
Behdad Esfahbod 2022-11-29 21:25:01 -07:00
parent 8f632ca884
commit 2fecf2aa19
1 changed files with 3 additions and 3 deletions

View File

@ -2012,9 +2012,9 @@ struct ClassDefFormat2_4
if (g != HB_SET_VALUE_INVALID && glyphs->next (&g))
intersect_classes->add (0);
for (const auto& record : rangeRecord)
if (record.intersects (*glyphs))
intersect_classes->add (record.value);
for (const auto& range : rangeRecord)
if (range.intersects (*glyphs))
intersect_classes->add (range.value);
}
protected: