aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/Pl_ASCIIHexDecoder.hh
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-21 03:45:13 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-21 03:45:13 +0200
commit27ee889c0e74e84035c2c208c856729a16d866c7 (patch)
tree4a9562232e327ff2a9d18f947121ea6895d3b38b /libqpdf/qpdf/Pl_ASCIIHexDecoder.hh
parent95753c6b534d22951e254f221802ba09d6d71077 (diff)
downloadqpdf-27ee889c0e74e84035c2c208c856729a16d866c7.tar.zst
tweak dll stuff again
git-svn-id: svn+q:///qpdf/trunk@851 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'libqpdf/qpdf/Pl_ASCIIHexDecoder.hh')
-rw-r--r--libqpdf/qpdf/Pl_ASCIIHexDecoder.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/libqpdf/qpdf/Pl_ASCIIHexDecoder.hh b/libqpdf/qpdf/Pl_ASCIIHexDecoder.hh
index 8a7b1899..12808dc8 100644
--- a/libqpdf/qpdf/Pl_ASCIIHexDecoder.hh
+++ b/libqpdf/qpdf/Pl_ASCIIHexDecoder.hh
@@ -6,13 +6,13 @@
class Pl_ASCIIHexDecoder: public Pipeline
{
public:
- DLL_EXPORT
+ QPDF_DLL
Pl_ASCIIHexDecoder(char const* identifier, Pipeline* next);
- DLL_EXPORT
+ QPDF_DLL
virtual ~Pl_ASCIIHexDecoder();
- DLL_EXPORT
+ QPDF_DLL
virtual void write(unsigned char* buf, int len);
- DLL_EXPORT
+ QPDF_DLL
virtual void finish();
private: