fix build attempt

This commit is contained in:
Michiharu Ariza 2018-09-17 11:28:33 -07:00
parent c0c85b852d
commit 4d963a2711
1 changed files with 1 additions and 1 deletions

View File

@ -1124,7 +1124,7 @@ struct cff1
struct accelerator_t : accelerator_templ_t<CFF1PrivateDictOpSet, CFF1PrivateDictValues>
{
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<CFF1PrivateDictOpSet_Subset, CFF1PrivateDictValues_Subset>