summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'base/gxfcache.h')
-rw-r--r--base/gxfcache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/gxfcache.h b/base/gxfcache.h
index b265f2f3..4001cd7f 100644
--- a/base/gxfcache.h
+++ b/base/gxfcache.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2020 Artifex Software, Inc.
+/* Copyright (C) 2001-2021 Artifex Software, Inc.
All Rights Reserved.
This software is provided AS-IS with no warranty, either express or
@@ -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. */
};