This commit is contained in:
Behdad Esfahbod 2018-03-07 09:37:22 +01:00
parent c6150333c2
commit e4cbb87bd3
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ struct COLR
return_trace (true); return_trace (true);
} }
inline const bool get_base_glyph_record ( inline bool get_base_glyph_record (
hb_codepoint_t glyph_id, unsigned int &first_layer, unsigned int &num_layers) const hb_codepoint_t glyph_id, unsigned int &first_layer, unsigned int &num_layers) const
{ {
const BaseGlyphRecord* base_glyph_records = &baseGlyphRecordsZ (this); const BaseGlyphRecord* base_glyph_records = &baseGlyphRecordsZ (this);