mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-23 03:18:59 +00:00
Move ABI comment to the right place
This commit is contained in:
parent
2957e9b731
commit
258675fc99
@ -61,7 +61,6 @@ class NNTreeIterator: public std::iterator<
|
|||||||
int kid_number;
|
int kid_number;
|
||||||
};
|
};
|
||||||
|
|
||||||
// ABI: for qpdf 11, make qpdf a reference
|
|
||||||
NNTreeIterator(NNTreeImpl& impl);
|
NNTreeIterator(NNTreeImpl& impl);
|
||||||
void updateIValue(bool allow_invalid = true);
|
void updateIValue(bool allow_invalid = true);
|
||||||
bool deepen(QPDFObjectHandle node, bool first, bool allow_empty);
|
bool deepen(QPDFObjectHandle node, bool first, bool allow_empty);
|
||||||
@ -89,6 +88,7 @@ class NNTreeImpl
|
|||||||
public:
|
public:
|
||||||
typedef NNTreeIterator iterator;
|
typedef NNTreeIterator iterator;
|
||||||
|
|
||||||
|
// ABI: for qpdf 11, make qpdf a reference
|
||||||
NNTreeImpl(NNTreeDetails const&, QPDF*, QPDFObjectHandle&,
|
NNTreeImpl(NNTreeDetails const&, QPDF*, QPDFObjectHandle&,
|
||||||
bool auto_repair = true);
|
bool auto_repair = true);
|
||||||
iterator begin();
|
iterator begin();
|
||||||
|
Loading…
Reference in New Issue
Block a user