aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFOutlineDocumentHelper.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-10 21:01:59 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-10 21:46:20 +0100
commit4d1f2fdcac8ee8734be02f2c2389c587bc3fc474 (patch)
treee26b7bc153334954b30811d6da4d57d4575cc86d /libqpdf/QPDFOutlineDocumentHelper.cc
parentaccb891b4f785b94ad9d2a6d415d9987a13747c9 (diff)
downloadqpdf-4d1f2fdcac8ee8734be02f2c2389c587bc3fc474.tar.zst
Update to new name/number tree API
Diffstat (limited to 'libqpdf/QPDFOutlineDocumentHelper.cc')
-rw-r--r--libqpdf/QPDFOutlineDocumentHelper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/QPDFOutlineDocumentHelper.cc b/libqpdf/QPDFOutlineDocumentHelper.cc
index b736ff08..85aff76b 100644
--- a/libqpdf/QPDFOutlineDocumentHelper.cc
+++ b/libqpdf/QPDFOutlineDocumentHelper.cc
@@ -106,7 +106,7 @@ QPDFOutlineDocumentHelper::resolveNamedDest(QPDFObjectHandle name)
if (dests.isDictionary())
{
this->m->names_dest =
- new QPDFNameTreeObjectHelper(dests);
+ new QPDFNameTreeObjectHelper(dests, this->qpdf);
}
}
}