2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-12-22 19:08:59 +00:00

Add Pipeline::getNext() to DLL

This commit is contained in:
Jay Berkenbilt 2020-12-28 13:02:58 -05:00
parent 12ecd2019a
commit ac042d16cf

View File

@ -74,6 +74,7 @@ class QPDF_DLL_CLASS Pipeline
std::string getIdentifier() const;
protected:
QPDF_DLL
Pipeline* getNext(bool allow_null = false);
std::string identifier;