summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'base/gxht.h')
-rw-r--r--base/gxht.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/gxht.h b/base/gxht.h
index 55464b98..f2b33f0d 100644
--- a/base/gxht.h
+++ b/base/gxht.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2019 Artifex Software, Inc.
+/* Copyright (C) 2001-2020 Artifex Software, Inc.
All Rights Reserved.
This software is provided AS-IS with no warranty, either express or
@@ -164,7 +164,7 @@ extern_st(st_ht_component_element);
typedef struct gs_multiple_halftone_s {
gs_halftone_component *components;
uint num_comp;
- int (*get_colorname_string)(const gs_memory_t *mem, gs_separation_name colorname_index,
+ int (*get_colorname_string)(gs_gstate *pgs, gs_separation_name colorname_index,
unsigned char **ppstr, unsigned int *pname_size);
} gs_multiple_halftone;