diff options
Diffstat (limited to 'gs/src/gdevpdfg.h')
-rw-r--r-- | gs/src/gdevpdfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/src/gdevpdfg.h b/gs/src/gdevpdfg.h index 0b475d919..96a4af0eb 100644 --- a/gs/src/gdevpdfg.h +++ b/gs/src/gdevpdfg.h @@ -71,7 +71,7 @@ struct pdf_color_space_s { * Create a local Device{Gray,RGB,CMYK} color space corresponding to the * given number of components. */ -int pdf_cspace_init_Device(gs_color_space *pcs, int num_components); +int pdf_cspace_init_Device(const gs_memory_t *mem, gs_color_space *pcs, int num_components); /* * Create a PDF color space corresponding to a PostScript color space. |