summaryrefslogtreecommitdiff
path: root/src/autofit/ft-hb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/autofit/ft-hb.h')
-rw-r--r--src/autofit/ft-hb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/autofit/ft-hb.h b/src/autofit/ft-hb.h
index db0b35e9c..0d3ca206d 100644
--- a/src/autofit/ft-hb.h
+++ b/src/autofit/ft-hb.h
@@ -29,7 +29,7 @@
#include <hb.h>
-hb_font_t * _hb_ft_font_create (FT_Face ft_face,
+hb_font_t * hb_ft_font_create_ (FT_Face ft_face,
hb_destroy_func_t destroy);
#endif