summaryrefslogtreecommitdiffstats
path: root/libass/ass_shaper.c
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_shaper.c')
-rw-r--r--libass/ass_shaper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libass/ass_shaper.c b/libass/ass_shaper.c
index 44f8e7b..a7cec8c 100644
--- a/libass/ass_shaper.c
+++ b/libass/ass_shaper.c
@@ -221,7 +221,7 @@ static void update_hb_size(hb_font_t *hb_font, FT_Face face)
*
*/
-FT_Glyph_Metrics *
+static FT_Glyph_Metrics *
get_cached_metrics(struct ass_shaper_metrics_data *metrics,
hb_codepoint_t unicode, hb_codepoint_t glyph)
{