summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'devices/vector/gdevpdfo.h')
-rw-r--r--devices/vector/gdevpdfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/devices/vector/gdevpdfo.h b/devices/vector/gdevpdfo.h
index b30e9676..d358993b 100644
--- a/devices/vector/gdevpdfo.h
+++ b/devices/vector/gdevpdfo.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
@@ -347,7 +347,7 @@ int cos_write_object(cos_object_t *pco, gx_device_pdf *pdev, pdf_resource_type_t
#define COS_WRITE_OBJECT(pc, pdev, type) cos_write_object(COS_OBJECT(pc), pdev, type)
/* Free a Cos value owned by a Cos object. */
-void cos_value_free(const cos_value_t *, const cos_object_t *, client_name_t);
+void cos_value_free(const cos_value_t *, gs_memory_t *, client_name_t);
/* Free a cos object. */
void cos_free(cos_object_t *pco, client_name_t cname);