summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-xref.c
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2013-07-03 10:45:15 +0100
committerRobin Watts <robin.watts@artifex.com>2013-07-03 16:49:37 +0100
commitc49742f64fc6b6d0e62bb971f47c13d63bea7434 (patch)
tree58310290e3c4bd18b269498783e3373fdce7aa2a /source/pdf/pdf-xref.c
parentb3f197164385a58214ba150fb33b23227bae6712 (diff)
downloadmupdf-c49742f64fc6b6d0e62bb971f47c13d63bea7434.tar.xz
Rename pdf_set_objects_parent_num to pdf_set_obj_parent
Diffstat (limited to 'source/pdf/pdf-xref.c')
-rw-r--r--source/pdf/pdf-xref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/pdf/pdf-xref.c b/source/pdf/pdf-xref.c
index ee9f8ea1..0337bb16 100644
--- a/source/pdf/pdf-xref.c
+++ b/source/pdf/pdf-xref.c
@@ -1309,7 +1309,7 @@ pdf_cache_object(pdf_document *doc, int num, int gen)
fz_throw(ctx, FZ_ERROR_GENERIC, "cannot find object in xref (%d %d R)", num, gen);
}
- pdf_set_objects_parent_num(x->obj, num);
+ pdf_set_obj_parent(x->obj, num);
}
pdf_obj *