summaryrefslogtreecommitdiff
path: root/gs/src/gxht.h
diff options
context:
space:
mode:
Diffstat (limited to 'gs/src/gxht.h')
-rw-r--r--gs/src/gxht.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/src/gxht.h b/gs/src/gxht.h
index 96ecd9ee5..824e74c8b 100644
--- a/gs/src/gxht.h
+++ b/gs/src/gxht.h
@@ -166,7 +166,7 @@ extern_st(st_ht_component_element);
typedef struct gs_multiple_halftone_s {
gs_halftone_component *components;
uint num_comp;
- int (*get_colorname_string)(gs_separation_name colorname_index,
+ int (*get_colorname_string)(const gs_memory_t *mem, gs_separation_name colorname_index,
unsigned char **ppstr, unsigned int *pname_size);
} gs_multiple_halftone;