| Index: third_party/harfbuzz-ng/src/hb-ot-maxp-table.hh
|
| diff --git a/third_party/harfbuzz-ng/src/hb-ot-maxp-table.hh b/third_party/harfbuzz-ng/src/hb-ot-maxp-table.hh
|
| index 0ce3ebcc2a658ebb4182799c725f6a5e432ef53f..e6d255579c6b6d240cea50f5b90d69ad999ba32d 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-ot-maxp-table.hh
|
| +++ b/third_party/harfbuzz-ng/src/hb-ot-maxp-table.hh
|
| @@ -41,7 +41,7 @@ namespace OT {
|
|
|
| struct maxp
|
| {
|
| - static const hb_tag_t Tag = HB_OT_TAG_maxp;
|
| + static const hb_tag_t tableTag = HB_OT_TAG_maxp;
|
|
|
| inline unsigned int get_num_glyphs (void) const {
|
| return numGlyphs;
|
|
|