diff --git a/src/hb-ot-cmap-table.hh b/src/hb-ot-cmap-table.hh index 1149b95f5..0c57d1d7d 100644 --- a/src/hb-ot-cmap-table.hh +++ b/src/hb-ot-cmap-table.hh @@ -928,7 +928,7 @@ struct DefaultUVS : SortedArray32Of hb_codepoint_t lastCode = HB_MAP_VALUE_INVALID; int count = -1; - for (const UnicodeValueRange& _ : as_array ()) + for (const UnicodeValueRange& _ : *this) { hb_codepoint_t curEntry = (unsigned) _.startUnicodeValue - 1; hb_codepoint_t end = curEntry + _.additionalCount + 2;