Commit ac042d16cfe6efd1ff3295e1507558a2f87ec73f
1 parent
12ecd201
Add Pipeline::getNext() to DLL
Showing
1 changed file
with
1 additions
and
0 deletions
include/qpdf/Pipeline.hh
| @@ -74,6 +74,7 @@ class QPDF_DLL_CLASS Pipeline | @@ -74,6 +74,7 @@ class QPDF_DLL_CLASS Pipeline | ||
| 74 | std::string getIdentifier() const; | 74 | std::string getIdentifier() const; |
| 75 | 75 | ||
| 76 | protected: | 76 | protected: |
| 77 | + QPDF_DLL | ||
| 77 | Pipeline* getNext(bool allow_null = false); | 78 | Pipeline* getNext(bool allow_null = false); |
| 78 | std::string identifier; | 79 | std::string identifier; |
| 79 | 80 |