| 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 27105af13262ca0abb26dcf3bdbdf70efb22b9ca..943e3908c71e77597155d6ffa69e0fa3c35393dd 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-ot-maxp-table.hh
|
| +++ b/third_party/harfbuzz-ng/src/hb-ot-maxp-table.hh
|
| @@ -58,7 +58,7 @@ struct maxp
|
|
|
| /* We only implement version 0.5 as none of the extra fields in version 1.0 are useful. */
|
| protected:
|
| - FixedVersion version; /* Version of the maxp table (0.5 or 1.0),
|
| + FixedVersion<>version; /* Version of the maxp table (0.5 or 1.0),
|
| * 0x00005000u or 0x00010000u. */
|
| USHORT numGlyphs; /* The number of glyphs in the font. */
|
| public:
|
|
|