diff options
Diffstat (limited to 'source/xps/xps-imp.h')
-rw-r--r-- | source/xps/xps-imp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/xps/xps-imp.h b/source/xps/xps-imp.h index 2ba78a50..5db36c5f 100644 --- a/source/xps/xps-imp.h +++ b/source/xps/xps-imp.h @@ -54,8 +54,7 @@ typedef struct xps_part_s xps_part; struct xps_part_s { char *name; - size_t size; - unsigned char *data; + fz_buffer *data; }; int xps_has_part(fz_context *ctx, xps_document *doc, char *partname); |