Index: third_party/harfbuzz-ng/src/hb-ot-name-table.hh |
diff --git a/third_party/harfbuzz-ng/src/hb-ot-name-table.hh b/third_party/harfbuzz-ng/src/hb-ot-name-table.hh |
index 9077c8c6763176df7537f6c7c3f14d65617f0678..6cc7a5ea2fd30fd60154fe8be336f48032fd1374 100644 |
--- a/third_party/harfbuzz-ng/src/hb-ot-name-table.hh |
+++ b/third_party/harfbuzz-ng/src/hb-ot-name-table.hh |
@@ -30,6 +30,8 @@ |
#include "hb-open-type-private.hh" |
+namespace OT { |
+ |
/* |
* name -- The Naming Table |
@@ -114,7 +116,7 @@ struct name |
} |
/* We only implement format 0 for now. */ |
- private: |
+ protected: |
USHORT format; /* Format selector (=0/1). */ |
USHORT count; /* Number of name records. */ |
Offset stringOffset; /* Offset to start of string storage (from start of table). */ |
@@ -124,5 +126,7 @@ struct name |
}; |
+} // namespace OT |
+ |
#endif /* HB_OT_NAME_TABLE_HH */ |