summaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/BitWriter.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf/BitWriter.hh')
-rw-r--r--libqpdf/qpdf/BitWriter.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/qpdf/BitWriter.hh b/libqpdf/qpdf/BitWriter.hh
index 5eae398f..7e3b07a9 100644
--- a/libqpdf/qpdf/BitWriter.hh
+++ b/libqpdf/qpdf/BitWriter.hh
@@ -15,7 +15,7 @@ class BitWriter
QPDF_DLL
BitWriter(Pipeline* pl);
QPDF_DLL
- void writeBits(unsigned long val, unsigned int bits);
+ void writeBits(unsigned long long val, unsigned int bits);
// Force any partial byte to be written to the pipeline.
QPDF_DLL
void flush();