summaryrefslogtreecommitdiff
path: root/amiga/save_pdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/save_pdf.c')
-rw-r--r--amiga/save_pdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/save_pdf.c b/amiga/save_pdf.c
index f446da1e4..1be2c56d0 100644
--- a/amiga/save_pdf.c
+++ b/amiga/save_pdf.c
@@ -40,7 +40,7 @@
* \param path path to save PDF as
* \return true on success, false on error and error reported
*/
-bool save_as_pdf(struct content *c, const char *path)
+bool save_as_pdf(struct hlcache_handle *c, const char *path)
{
struct print_settings *psettings;