| Index: third_party/harfbuzz-ng/src/hb-ot-head-table.hh
|
| diff --git a/third_party/harfbuzz-ng/src/hb-ot-head-table.hh b/third_party/harfbuzz-ng/src/hb-ot-head-table.hh
|
| index 60644be1045018ffa639e59a5c2590fe3e411a39..9c3e51eb08ff26a0e73684f243e60e2a534ac297 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-ot-head-table.hh
|
| +++ b/third_party/harfbuzz-ng/src/hb-ot-head-table.hh
|
| @@ -61,9 +61,9 @@ struct head
|
| }
|
|
|
| protected:
|
| - FixedVersion version; /* Version of the head table--currently
|
| + FixedVersion<>version; /* Version of the head table--currently
|
| * 0x00010000u for version 1.0. */
|
| - FixedVersion fontRevision; /* Set by font manufacturer. */
|
| + FixedVersion<>fontRevision; /* Set by font manufacturer. */
|
| ULONG checkSumAdjustment; /* To compute: set it to 0, sum the
|
| * entire font as ULONG, then store
|
| * 0xB1B0AFBAu - sum. */
|
|
|