summaryrefslogtreecommitdiffstats
path: root/include/qpdf/Pl_Buffer.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/Pl_Buffer.hh')
-rw-r--r--include/qpdf/Pl_Buffer.hh10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/qpdf/Pl_Buffer.hh b/include/qpdf/Pl_Buffer.hh
index 1e0bd8ac..3b3973e4 100644
--- a/include/qpdf/Pl_Buffer.hh
+++ b/include/qpdf/Pl_Buffer.hh
@@ -27,19 +27,19 @@
class Pl_Buffer: public Pipeline
{
public:
- DLL_EXPORT
+ QPDF_DLL
Pl_Buffer(char const* identifier, Pipeline* next = 0);
- DLL_EXPORT
+ QPDF_DLL
virtual ~Pl_Buffer();
- DLL_EXPORT
+ QPDF_DLL
virtual void write(unsigned char*, int);
- DLL_EXPORT
+ QPDF_DLL
virtual void finish();
// Each call to getBuffer() resets this object -- see notes above.
// The caller is responsible for deleting the returned Buffer
// object.
- DLL_EXPORT
+ QPDF_DLL
Buffer* getBuffer();
private: