diff --git a/include/qpdf/Pipeline.hh b/include/qpdf/Pipeline.hh index 6cb6e969..ab9e8bc7 100644 --- a/include/qpdf/Pipeline.hh +++ b/include/qpdf/Pipeline.hh @@ -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;