fix build attempt
authorMichiharu Ariza <ariza@adobe.com>
Fri, 7 Sep 2018 00:56:05 +0000 (17:56 -0700)
committerMichiharu Ariza <ariza@adobe.com>
Fri, 7 Sep 2018 00:56:05 +0000 (17:56 -0700)
Added HB_INTERNAL to static funtion declarations

src/hb-ot-cff1-table.hh

index f5eba46..d00892b 100644 (file)
@@ -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<HBUINT8> version;          /* Version of CFF table. set to 0x0100u */