aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/Pl_ASCIIHexDecoder.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf/Pl_ASCIIHexDecoder.hh')
-rw-r--r--libqpdf/qpdf/Pl_ASCIIHexDecoder.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/libqpdf/qpdf/Pl_ASCIIHexDecoder.hh b/libqpdf/qpdf/Pl_ASCIIHexDecoder.hh
index 766fd727..2aa6a282 100644
--- a/libqpdf/qpdf/Pl_ASCIIHexDecoder.hh
+++ b/libqpdf/qpdf/Pl_ASCIIHexDecoder.hh
@@ -6,13 +6,9 @@
class Pl_ASCIIHexDecoder: public Pipeline
{
public:
- QPDF_DLL
Pl_ASCIIHexDecoder(char const* identifier, Pipeline* next);
- QPDF_DLL
virtual ~Pl_ASCIIHexDecoder();
- QPDF_DLL
virtual void write(unsigned char* buf, size_t len);
- QPDF_DLL
virtual void finish();
private: