Fix build

This commit is contained in:
ckitagawa 2020-01-29 10:24:55 -05:00
parent 7d542a5274
commit fba5128a9e
1 changed files with 1 additions and 1 deletions

View File

@ -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> colr;