diff options
Diffstat (limited to 'third_party/harfbuzz-ng/src/hb-ot-hmtx-table.hh')
-rw-r--r-- | third_party/harfbuzz-ng/src/hb-ot-hmtx-table.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/harfbuzz-ng/src/hb-ot-hmtx-table.hh b/third_party/harfbuzz-ng/src/hb-ot-hmtx-table.hh index feb6016..b94337d 100644 --- a/third_party/harfbuzz-ng/src/hb-ot-hmtx-table.hh +++ b/third_party/harfbuzz-ng/src/hb-ot-hmtx-table.hh @@ -53,7 +53,7 @@ struct hmtx static const hb_tag_t Tag = HB_OT_TAG_hmtx; inline bool sanitize (hb_sanitize_context_t *c) { - TRACE_SANITIZE (); + TRACE_SANITIZE (this); /* We don't check for anything specific here. The users of the * struct do all the hard work... */ return TRACE_RETURN (true); @@ -86,7 +86,7 @@ struct hmtx }; -} // namespace OT +} /* namespace OT */ #endif /* HB_OT_HMTX_TABLE_HH */ |