aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/NNTree.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf/NNTree.hh')
-rw-r--r--libqpdf/qpdf/NNTree.hh5
1 files changed, 2 insertions, 3 deletions
diff --git a/libqpdf/qpdf/NNTree.hh b/libqpdf/qpdf/NNTree.hh
index 6ee2ee07..09ce3313 100644
--- a/libqpdf/qpdf/NNTree.hh
+++ b/libqpdf/qpdf/NNTree.hh
@@ -97,10 +97,9 @@ class NNTreeImpl
public:
typedef NNTreeIterator iterator;
- // ABI: for qpdf 11, make qpdf a reference
NNTreeImpl(
NNTreeDetails const&,
- QPDF*,
+ QPDF&,
QPDFObjectHandle&,
bool auto_repair = true);
iterator begin();
@@ -132,7 +131,7 @@ class NNTreeImpl
int compareKeyKid(QPDFObjectHandle& key, QPDFObjectHandle& items, int idx);
NNTreeDetails const& details;
- QPDF* qpdf;
+ QPDF& qpdf;
int split_threshold;
QPDFObjectHandle oh;
bool auto_repair;