diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2012-01-27 14:16:58 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2012-01-27 14:18:22 +0100 |
commit | 03b276d3f2db3feecb522f101e0da065c4af53d4 (patch) | |
tree | 512eabad1f8b5516003c254c5cf10439ba79a98c /pdf/pdf_cmap_load.c | |
parent | 40575c42719566f3585c5aa67129a8a5b7285aa7 (diff) | |
download | mupdf-03b276d3f2db3feecb522f101e0da065c4af53d4.tar.xz |
Rename pdf_xref type to pdf_document.
Diffstat (limited to 'pdf/pdf_cmap_load.c')
-rw-r--r-- | pdf/pdf_cmap_load.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/pdf_cmap_load.c b/pdf/pdf_cmap_load.c index bcfc61ae..0d56bd03 100644 --- a/pdf/pdf_cmap_load.c +++ b/pdf/pdf_cmap_load.c @@ -16,7 +16,7 @@ pdf_cmap_size(pdf_cmap *cmap) * Load CMap stream in PDF file */ pdf_cmap * -pdf_load_embedded_cmap(pdf_xref *xref, fz_obj *stmobj) +pdf_load_embedded_cmap(pdf_document *xref, fz_obj *stmobj) { fz_stream *file = NULL; pdf_cmap *cmap = NULL; |