From 55268df9d4b287883c8266e316cda44f4011f424 Mon Sep 17 00:00:00 2001 From: Michiharu Ariza Date: Thu, 6 Sep 2018 17:56:05 -0700 Subject: [PATCH] fix build attempt Added HB_INTERNAL to static funtion declarations --- src/hb-ot-cff1-table.hh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/hb-ot-cff1-table.hh b/src/hb-ot-cff1-table.hh index f5eba464d..d00892b2a 100644 --- a/src/hb-ot-cff1-table.hh +++ b/src/hb-ot-cff1-table.hh @@ -1142,10 +1142,10 @@ struct cff1 } protected: - static hb_codepoint_t lookup_standard_encoding (hb_codepoint_t sid); - static hb_codepoint_t lookup_expert_encoding (hb_codepoint_t sid); - static hb_codepoint_t lookup_expert_charset (hb_codepoint_t glyph); - static hb_codepoint_t lookup_expert_subset_charset (hb_codepoint_t glyph); + HB_INTERNAL static hb_codepoint_t lookup_standard_encoding (hb_codepoint_t sid); + HB_INTERNAL static hb_codepoint_t lookup_expert_encoding (hb_codepoint_t sid); + HB_INTERNAL static hb_codepoint_t lookup_expert_charset (hb_codepoint_t glyph); + HB_INTERNAL static hb_codepoint_t lookup_expert_subset_charset (hb_codepoint_t glyph); public: FixedVersion version; /* Version of CFF table. set to 0x0100u */