aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/Pl_ASCII85Decoder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/Pl_ASCII85Decoder.cc')
-rw-r--r--libqpdf/Pl_ASCII85Decoder.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/libqpdf/Pl_ASCII85Decoder.cc b/libqpdf/Pl_ASCII85Decoder.cc
index d018e2de..ed73ff09 100644
--- a/libqpdf/Pl_ASCII85Decoder.cc
+++ b/libqpdf/Pl_ASCII85Decoder.cc
@@ -3,7 +3,6 @@
#include <stdexcept>
#include <string.h>
-DLL_EXPORT
Pl_ASCII85Decoder::Pl_ASCII85Decoder(char const* identifier, Pipeline* next) :
Pipeline(identifier, next),
pos(0),
@@ -12,12 +11,10 @@ Pl_ASCII85Decoder::Pl_ASCII85Decoder(char const* identifier, Pipeline* next) :
memset(this->inbuf, 117, 5);
}
-DLL_EXPORT
Pl_ASCII85Decoder::~Pl_ASCII85Decoder()
{
}
-DLL_EXPORT
void
Pl_ASCII85Decoder::write(unsigned char* buf, int len)
{
@@ -126,7 +123,6 @@ Pl_ASCII85Decoder::flush()
memset(this->inbuf, 117, 5);
}
-DLL_EXPORT
void
Pl_ASCII85Decoder::finish()
{