From 98e3ea8e34c798ce003e946c9a150bb41be9d09b Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 4 Mar 2015 12:03:39 -0800 Subject: [PATCH] Fix hb-uniscribe build --- src/hb-ot-name-table.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-name-table.hh b/src/hb-ot-name-table.hh index 9faff08b1..21450c613 100644 --- a/src/hb-ot-name-table.hh +++ b/src/hb-ot-name-table.hh @@ -102,7 +102,7 @@ struct name inline unsigned int get_size (void) const { return min_size + count * nameRecord[0].min_size; } - inline bool sanitize_records (hb_sanitize_context_t *c) { + inline bool sanitize_records (hb_sanitize_context_t *c) const { TRACE_SANITIZE (this); char *string_pool = (char *) this + stringOffset; unsigned int _count = count;