| Index: third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh
|
| diff --git a/third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh b/third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh
|
| index 24114534a71809beaf33bbaa747fefd326589b20..c8e9536cf1eb6f003ed59dea9560fb44f859755e 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh
|
| +++ b/third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh
|
| @@ -56,7 +56,7 @@ struct _hea
|
| }
|
|
|
| public:
|
| - FixedVersion version; /* 0x00010000u for version 1.0. */
|
| + FixedVersion<>version; /* 0x00010000u for version 1.0. */
|
| FWORD ascender; /* Typographic ascent. */
|
| FWORD descender; /* Typographic descent. */
|
| FWORD lineGap; /* Typographic line gap. */
|
|
|