summaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/Pl_ASCII85Decoder.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf/Pl_ASCII85Decoder.hh')
-rw-r--r--libqpdf/qpdf/Pl_ASCII85Decoder.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/libqpdf/qpdf/Pl_ASCII85Decoder.hh b/libqpdf/qpdf/Pl_ASCII85Decoder.hh
index a2c38da3..333e370c 100644
--- a/libqpdf/qpdf/Pl_ASCII85Decoder.hh
+++ b/libqpdf/qpdf/Pl_ASCII85Decoder.hh
@@ -6,13 +6,13 @@
class Pl_ASCII85Decoder: public Pipeline
{
public:
- DLL_EXPORT
+ QPDF_DLL
Pl_ASCII85Decoder(char const* identifier, Pipeline* next);
- DLL_EXPORT
+ QPDF_DLL
virtual ~Pl_ASCII85Decoder();
- DLL_EXPORT
+ QPDF_DLL
virtual void write(unsigned char* buf, int len);
- DLL_EXPORT
+ QPDF_DLL
virtual void finish();
private: