From 4d963a2711e6035e97e246241d8420273363f857 Mon Sep 17 00:00:00 2001 From: Michiharu Ariza Date: Mon, 17 Sep 2018 11:28:33 -0700 Subject: [PATCH] fix build attempt --- src/hb-ot-cff1-table.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-cff1-table.hh b/src/hb-ot-cff1-table.hh index cd3b9dd13..986975d88 100644 --- a/src/hb-ot-cff1-table.hh +++ b/src/hb-ot-cff1-table.hh @@ -1124,7 +1124,7 @@ struct cff1 struct accelerator_t : accelerator_templ_t { - bool get_extents (hb_codepoint_t glyph, hb_glyph_extents_t *extents) const; + HB_INTERNAL bool get_extents (hb_codepoint_t glyph, hb_glyph_extents_t *extents) const; }; struct accelerator_subset_t : accelerator_templ_t