diff --git a/src/hb-ot-color-colr-table.hh b/src/hb-ot-color-colr-table.hh index 3f88005ce..d57276caa 100644 --- a/src/hb-ot-color-colr-table.hh +++ b/src/hb-ot-color-colr-table.hh @@ -129,7 +129,7 @@ struct COLR void closure_glyphs (hb_codepoint_t glyph, hb_set_t *related_ids /* OUT */) const - { colr->get_related_glyphs (glyph, related_ids); } + { colr->closure_glyphs (glyph, related_ids); } private: hb_blob_ptr_t colr;