From: Michiharu Ariza Date: Mon, 17 Sep 2018 18:28:33 +0000 (-0700) Subject: fix build attempt X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4d963a2711e6035e97e246241d8420273363f857;p=platform%2Fupstream%2FlibHarfBuzzSharp.git fix build attempt --- diff --git a/src/hb-ot-cff1-table.hh b/src/hb-ot-cff1-table.hh index cd3b9dd..986975d 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