| 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 e2704900126874e1c704215a5352ce6a7b1683c1..9e113c73ad6a0e0ba89e64f34c9e030f6376c5c2 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-ot-maxp-table.hh
|
| +++ b/third_party/harfbuzz-ng/src/hb-ot-maxp-table.hh
|
| @@ -30,6 +30,8 @@
|
| #include "hb-open-type-private.hh"
|
|
|
|
|
| +namespace OT {
|
| +
|
|
|
| /*
|
| * maxp -- The Maximum Profile Table
|
| @@ -52,7 +54,7 @@ struct maxp
|
| }
|
|
|
| /* We only implement version 0.5 as none of the extra fields in version 1.0 are useful. */
|
| - private:
|
| + protected:
|
| FixedVersion version; /* Version of the maxp table (0.5 or 1.0),
|
| * 0x00005000 or 0x00010000. */
|
| USHORT numGlyphs; /* The number of glyphs in the font. */
|
| @@ -61,5 +63,7 @@ struct maxp
|
| };
|
|
|
|
|
| +} // namespace OT
|
| +
|
|
|
| #endif /* HB_OT_MAXP_TABLE_HH */
|
|
|