summaryrefslogtreecommitdiff
path: root/base/gxfcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/gxfcache.h')
-rw-r--r--base/gxfcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gxfcache.h b/base/gxfcache.h
index b265f2f38..cc0c1bde9 100644
--- a/base/gxfcache.h
+++ b/base/gxfcache.h
@@ -261,7 +261,7 @@ struct gs_font_dir_s {
/* User parameter GridFitTT. */
uint grid_fit_tt;
gx_device_spot_analyzer *san;
- int (*global_glyph_code)(const gs_memory_t *mem, gs_const_string *gstr, gs_glyph *pglyph);
+ int (*global_glyph_code)(const gs_font *pfont, gs_const_string *gstr, gs_glyph *pglyph);
ulong text_enum_id; /* debug purpose only. */
};