diff --git a/src/hb-ot-color-colr-table.hh b/src/hb-ot-color-colr-table.hh index bd274f24a..25dc14b81 100644 --- a/src/hb-ot-color-colr-table.hh +++ b/src/hb-ot-color-colr-table.hh @@ -1052,7 +1052,7 @@ struct ClipList } HBUINT8 format; // Set to 1. - Array32Of clips; // Clip records, sorted by startGlyphID + SortedArray32Of clips; // Clip records, sorted by startGlyphID public: DEFINE_SIZE_ARRAY_SIZED (5, clips); };