summaryrefslogtreecommitdiff
path: root/base/gsicc_cache.c
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2017-10-31 13:07:23 +0000
committerRobin Watts <robin.watts@artifex.com>2017-11-01 13:38:16 +0000
commitf7b61e0cc56206b6811eee85c4cfd6a0963194e0 (patch)
tree91c89f604e5243d7449bb0f35baad9651a5fd4e9 /base/gsicc_cache.c
parent31cb4cf7aa88784219f6fc2be362a66df2f67289 (diff)
downloadghostpdl-f7b61e0cc56206b6811eee85c4cfd6a0963194e0.tar.gz
Pass device_profile into color concretizing functions.
Diffstat (limited to 'base/gsicc_cache.c')
-rw-r--r--base/gsicc_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gsicc_cache.c b/base/gsicc_cache.c
index ad2d4b476..c07e39759 100644
--- a/base/gsicc_cache.c
+++ b/base/gsicc_cache.c
@@ -1677,7 +1677,7 @@ gsicc_init_buffer(gsicc_bufferdesc_t *buffer_desc, unsigned char num_chan, unsig
This is in here since it is usually called when creating and using a link
from the link cache. */
int
-gsicc_get_device_profile_comps(cmm_dev_profile_t *dev_profile)
+gsicc_get_device_profile_comps(const cmm_dev_profile_t *dev_profile)
{
if (dev_profile->link_profile == NULL) {
return dev_profile->device_profile[0]->num_comps;