aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/Pl_LZWDecoder.hh
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-12 03:15:55 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-12 03:15:55 +0200
commit44cbd3d4b477f855d46259f7fbc743c0b96c7678 (patch)
tree9494d086d2720da5339cf832b82a913e2c0332d9 /libqpdf/qpdf/Pl_LZWDecoder.hh
parent3444a5a52ad2d2eec89265498b7f6b76b7c5b2fa (diff)
downloadqpdf-44cbd3d4b477f855d46259f7fbc743c0b96c7678.tar.zst
do DLL_EXPORT only in header files and only at the class or top-level function level
git-svn-id: svn+q:///qpdf/trunk@796 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'libqpdf/qpdf/Pl_LZWDecoder.hh')
-rw-r--r--libqpdf/qpdf/Pl_LZWDecoder.hh5
1 files changed, 1 insertions, 4 deletions
diff --git a/libqpdf/qpdf/Pl_LZWDecoder.hh b/libqpdf/qpdf/Pl_LZWDecoder.hh
index 3226cd6a..6ffc6a84 100644
--- a/libqpdf/qpdf/Pl_LZWDecoder.hh
+++ b/libqpdf/qpdf/Pl_LZWDecoder.hh
@@ -6,17 +6,14 @@
#include <qpdf/Buffer.hh>
#include <vector>
+DLL_EXPORT
class Pl_LZWDecoder: public Pipeline
{
public:
- DLL_EXPORT
Pl_LZWDecoder(char const* identifier, Pipeline* next,
bool early_code_change);
- DLL_EXPORT
virtual ~Pl_LZWDecoder();
- DLL_EXPORT
virtual void write(unsigned char* buf, int len);
- DLL_EXPORT
virtual void finish();
private: