Commit 258675fc9935fe20fddb33163b6372aaab5dab04
1 parent
2957e9b7
Move ABI comment to the right place
Showing
1 changed file
with
1 additions
and
1 deletions
libqpdf/qpdf/NNTree.hh
| @@ -61,7 +61,6 @@ class NNTreeIterator: public std::iterator< | @@ -61,7 +61,6 @@ class NNTreeIterator: public std::iterator< | ||
| 61 | int kid_number; | 61 | int kid_number; |
| 62 | }; | 62 | }; |
| 63 | 63 | ||
| 64 | - // ABI: for qpdf 11, make qpdf a reference | ||
| 65 | NNTreeIterator(NNTreeImpl& impl); | 64 | NNTreeIterator(NNTreeImpl& impl); |
| 66 | void updateIValue(bool allow_invalid = true); | 65 | void updateIValue(bool allow_invalid = true); |
| 67 | bool deepen(QPDFObjectHandle node, bool first, bool allow_empty); | 66 | bool deepen(QPDFObjectHandle node, bool first, bool allow_empty); |
| @@ -89,6 +88,7 @@ class NNTreeImpl | @@ -89,6 +88,7 @@ class NNTreeImpl | ||
| 89 | public: | 88 | public: |
| 90 | typedef NNTreeIterator iterator; | 89 | typedef NNTreeIterator iterator; |
| 91 | 90 | ||
| 91 | + // ABI: for qpdf 11, make qpdf a reference | ||
| 92 | NNTreeImpl(NNTreeDetails const&, QPDF*, QPDFObjectHandle&, | 92 | NNTreeImpl(NNTreeDetails const&, QPDF*, QPDFObjectHandle&, |
| 93 | bool auto_repair = true); | 93 | bool auto_repair = true); |
| 94 | iterator begin(); | 94 | iterator begin(); |