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 | 61 | int kid_number; |
| 62 | 62 | }; |
| 63 | 63 | |
| 64 | - // ABI: for qpdf 11, make qpdf a reference | |
| 65 | 64 | NNTreeIterator(NNTreeImpl& impl); |
| 66 | 65 | void updateIValue(bool allow_invalid = true); |
| 67 | 66 | bool deepen(QPDFObjectHandle node, bool first, bool allow_empty); |
| ... | ... | @@ -89,6 +88,7 @@ class NNTreeImpl |
| 89 | 88 | public: |
| 90 | 89 | typedef NNTreeIterator iterator; |
| 91 | 90 | |
| 91 | + // ABI: for qpdf 11, make qpdf a reference | |
| 92 | 92 | NNTreeImpl(NNTreeDetails const&, QPDF*, QPDFObjectHandle&, |
| 93 | 93 | bool auto_repair = true); |
| 94 | 94 | iterator begin(); | ... | ... |