fix build attempt
authorMichiharu Ariza <ariza@adobe.com>
Mon, 17 Sep 2018 18:28:33 +0000 (11:28 -0700)
committerMichiharu Ariza <ariza@adobe.com>
Mon, 17 Sep 2018 18:28:33 +0000 (11:28 -0700)
src/hb-ot-cff1-table.hh

index cd3b9dd..986975d 100644 (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>