From e4cbb87bd3512c3a6e97ea3923ecd1b26b0a1251 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 7 Mar 2018 09:37:22 +0100 Subject: [PATCH] Minor --- src/hb-ot-color-colr-table.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-color-colr-table.hh b/src/hb-ot-color-colr-table.hh index 15bfafbbd..2c3b1ccca 100644 --- a/src/hb-ot-color-colr-table.hh +++ b/src/hb-ot-color-colr-table.hh @@ -93,7 +93,7 @@ struct COLR 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 { const BaseGlyphRecord* base_glyph_records = &baseGlyphRecordsZ (this);