summaryrefslogtreecommitdiff
path: root/source/fitz/font-impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/font-impl.h')
-rw-r--r--source/fitz/font-impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fitz/font-impl.h b/source/fitz/font-impl.h
index b6015172..231940ed 100644
--- a/source/fitz/font-impl.h
+++ b/source/fitz/font-impl.h
@@ -16,7 +16,7 @@ struct fz_font_s
fz_font_flags_t flags;
void *ft_face; /* has an FT_Face if used */
- fz_hb_t hb;
+ fz_shaper_data_t shaper_data;
fz_matrix t3matrix;
void *t3resources;