aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/BitWriter.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf/BitWriter.hh')
-rw-r--r--libqpdf/qpdf/BitWriter.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/libqpdf/qpdf/BitWriter.hh b/libqpdf/qpdf/BitWriter.hh
index 32dc8e49..3ca05e10 100644
--- a/libqpdf/qpdf/BitWriter.hh
+++ b/libqpdf/qpdf/BitWriter.hh
@@ -12,12 +12,12 @@ class BitWriter
public:
// Write bits to the pipeline. It is the caller's responsibility
// to eventually call finish on the pipeline.
- DLL_EXPORT
+ QPDF_DLL
BitWriter(Pipeline* pl);
- DLL_EXPORT
+ QPDF_DLL
void writeBits(unsigned long val, int bits);
// Force any partial byte to be written to the pipeline.
- DLL_EXPORT
+ QPDF_DLL
void flush();
private: