summaryrefslogtreecommitdiff
path: root/fitz/fitz-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'fitz/fitz-internal.h')
-rw-r--r--fitz/fitz-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/fitz-internal.h b/fitz/fitz-internal.h
index b76510cf..0436bfcd 100644
--- a/fitz/fitz-internal.h
+++ b/fitz/fitz-internal.h
@@ -490,7 +490,7 @@ struct fz_store_type_s
void (*drop_key)(fz_context *,void *);
int (*cmp_key)(void *, void *);
#ifndef NDEBUG
- void (*debug)(void *);
+ void (*debug)(FILE *, void *);
#endif
};