aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/Pl_LZWDecoder.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf/Pl_LZWDecoder.hh')
-rw-r--r--libqpdf/qpdf/Pl_LZWDecoder.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/libqpdf/qpdf/Pl_LZWDecoder.hh b/libqpdf/qpdf/Pl_LZWDecoder.hh
index 3226cd6a..b74d69e2 100644
--- a/libqpdf/qpdf/Pl_LZWDecoder.hh
+++ b/libqpdf/qpdf/Pl_LZWDecoder.hh
@@ -9,14 +9,14 @@
class Pl_LZWDecoder: public Pipeline
{
public:
- DLL_EXPORT
+ QPDF_DLL
Pl_LZWDecoder(char const* identifier, Pipeline* next,
bool early_code_change);
- DLL_EXPORT
+ QPDF_DLL
virtual ~Pl_LZWDecoder();
- DLL_EXPORT
+ QPDF_DLL
virtual void write(unsigned char* buf, int len);
- DLL_EXPORT
+ QPDF_DLL
virtual void finish();
private: