Fix hb-uniscribe build

This commit is contained in:
Behdad Esfahbod 2015-03-04 12:03:39 -08:00
parent 8ac345e5c0
commit 98e3ea8e34
1 changed files with 1 additions and 1 deletions

View File

@ -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;