aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-04-03 17:42:42 +0200
committerJay Berkenbilt <ejb@ql.org>2021-04-03 17:43:08 +0200
commit258675fc9935fe20fddb33163b6372aaab5dab04 (patch)
tree1f98bda55b2274ba983f87fc702a82c4c1745dec /libqpdf
parent2957e9b7318a79bf24dc7d12ab4bd65428abecd8 (diff)
downloadqpdf-258675fc9935fe20fddb33163b6372aaab5dab04.tar.zst
Move ABI comment to the right place
Diffstat (limited to 'libqpdf')
-rw-r--r--libqpdf/qpdf/NNTree.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/qpdf/NNTree.hh b/libqpdf/qpdf/NNTree.hh
index 6ad1b32f..f4472662 100644
--- a/libqpdf/qpdf/NNTree.hh
+++ b/libqpdf/qpdf/NNTree.hh
@@ -61,7 +61,6 @@ class NNTreeIterator: public std::iterator<
int kid_number;
};
- // ABI: for qpdf 11, make qpdf a reference
NNTreeIterator(NNTreeImpl& impl);
void updateIValue(bool allow_invalid = true);
bool deepen(QPDFObjectHandle node, bool first, bool allow_empty);
@@ -89,6 +88,7 @@ class NNTreeImpl
public:
typedef NNTreeIterator iterator;
+ // ABI: for qpdf 11, make qpdf a reference
NNTreeImpl(NNTreeDetails const&, QPDF*, QPDFObjectHandle&,
bool auto_repair = true);
iterator begin();