summaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/BitStream.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf/BitStream.hh')
-rw-r--r--libqpdf/qpdf/BitStream.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/libqpdf/qpdf/BitStream.hh b/libqpdf/qpdf/BitStream.hh
index 75fc3db9..92bbd735 100644
--- a/libqpdf/qpdf/BitStream.hh
+++ b/libqpdf/qpdf/BitStream.hh
@@ -8,13 +8,13 @@
class BitStream
{
public:
- DLL_EXPORT
+ QPDF_DLL
BitStream(unsigned char const* p, int nbytes);
- DLL_EXPORT
+ QPDF_DLL
void reset();
- DLL_EXPORT
+ QPDF_DLL
unsigned long getBits(int nbits);
- DLL_EXPORT
+ QPDF_DLL
void skipToNextByte();
private: