OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
ac042d16cfe6efd1ff3295e1507558a2f87ec73f
Authored by
Jay Berkenbilt
2020-12-28 13:02:58 -0500
1 parent
12ecd201
Add Pipeline::getNext() to DLL
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
include/qpdf/Pipeline.hh
include/qpdf/Pipeline.hh
View file @
ac042d1
...
...
@@ -74,6 +74,7 @@ class QPDF_DLL_CLASS Pipeline
74
74
std::string getIdentifier() const;
75
75
76
76
protected:
77
+ QPDF_DLL
77
78
Pipeline* getNext(bool allow_null = false);
78
79
std::string identifier;
79
80
...
...