aboutsummaryrefslogtreecommitdiffstats
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.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/libqpdf/qpdf/Pl_ASCII85Decoder.hh b/libqpdf/qpdf/Pl_ASCII85Decoder.hh
index cef09425..966622ad 100644
--- a/libqpdf/qpdf/Pl_ASCII85Decoder.hh
+++ b/libqpdf/qpdf/Pl_ASCII85Decoder.hh
@@ -6,13 +6,9 @@
class Pl_ASCII85Decoder: public Pipeline
{
public:
- QPDF_DLL
Pl_ASCII85Decoder(char const* identifier, Pipeline* next);
- QPDF_DLL
virtual ~Pl_ASCII85Decoder();
- QPDF_DLL
virtual void write(unsigned char* buf, size_t len);
- QPDF_DLL
virtual void finish();
private: