summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/pdfunite.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/pdfunite.cc b/utils/pdfunite.cc
index b53e4977..787b1f07 100644
--- a/utils/pdfunite.cc
+++ b/utils/pdfunite.cc
@@ -129,7 +129,7 @@ int main (int argc, char *argv[])
}
pages.push_back(page);
offsets.push_back(numOffset);
- docs[i]->markPageObjects(pageDict, yRef, countRef, numOffset);
+ docs[i]->markPageObjects(pageDict, yRef, countRef, numOffset, refPage->num, refPage->num);
Object annotsObj;
pageDict->lookupNF("Annots", &annotsObj);
if (!annotsObj.isNull()) {