mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
JBIG2 - arithmetic decoder bugfixing
This commit is contained in:
@ -89,7 +89,7 @@ private:
|
||||
|
||||
/// Bit-reader, which can read n-bit unsigned integers from the stream.
|
||||
/// Number of bits can be set in the constructor and is constant.
|
||||
class PDFBitReader
|
||||
class PDFFORQTLIBSHARED_EXPORT PDFBitReader
|
||||
{
|
||||
public:
|
||||
using Value = uint64_t;
|
||||
|
Reference in New Issue
Block a user