| Index: third_party/harfbuzz-ng/src/hb-open-file-private.hh
|
| diff --git a/third_party/harfbuzz-ng/src/hb-open-file-private.hh b/third_party/harfbuzz-ng/src/hb-open-file-private.hh
|
| index 152230a0e5f0217b737ec4ea38bdb8caef29b9c2..5357ddcf5bede4dfef896c8ee74652189b3e0402 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-open-file-private.hh
|
| +++ b/third_party/harfbuzz-ng/src/hb-open-file-private.hh
|
| @@ -140,7 +140,7 @@ struct TTCHeaderVersion1
|
|
|
| protected:
|
| Tag ttcTag; /* TrueType Collection ID string: 'ttcf' */
|
| - FixedVersion version; /* Version of the TTC Header (1.0),
|
| + FixedVersion<>version; /* Version of the TTC Header (1.0),
|
| * 0x00010000u */
|
| ArrayOf<OffsetTo<OffsetTable, ULONG>, ULONG>
|
| table; /* Array of offsets to the OffsetTable for each font
|
| @@ -187,7 +187,7 @@ struct TTCHeader
|
| union {
|
| struct {
|
| Tag ttcTag; /* TrueType Collection ID string: 'ttcf' */
|
| - FixedVersion version; /* Version of the TTC Header (1.0 or 2.0),
|
| + FixedVersion<>version; /* Version of the TTC Header (1.0 or 2.0),
|
| * 0x00010000u or 0x00020000u */
|
| } header;
|
| TTCHeaderVersion1 version1;
|
|
|