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.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/qpdf/BitStream.hh b/libqpdf/qpdf/BitStream.hh
index 92bbd735..e45a90ee 100644
--- a/libqpdf/qpdf/BitStream.hh
+++ b/libqpdf/qpdf/BitStream.hh
@@ -13,7 +13,7 @@ class BitStream
QPDF_DLL
void reset();
QPDF_DLL
- unsigned long getBits(int nbits);
+ unsigned long long getBits(int nbits);
QPDF_DLL
void skipToNextByte();