aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-12-28 19:02:58 +0100
committerJay Berkenbilt <ejb@ql.org>2020-12-28 19:03:04 +0100
commitac042d16cfe6efd1ff3295e1507558a2f87ec73f (patch)
treeadd0b51e667d4bf9b50c53d630aa28c81cd33dd1 /include
parent12ecd2019a3186d11ebb6083b3813ce722fb2329 (diff)
downloadqpdf-ac042d16cfe6efd1ff3295e1507558a2f87ec73f.tar.zst
Add Pipeline::getNext() to DLL
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/Pipeline.hh1
1 files changed, 1 insertions, 0 deletions
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;