| Index: core/fxcodec/jbig2/JBig2_BitStream.h
|
| diff --git a/core/fxcodec/jbig2/JBig2_BitStream.h b/core/fxcodec/jbig2/JBig2_BitStream.h
|
| index c24fedfba1a2934d04ac82c75ccb47cf117a1fa1..37b18b53a302e14b96af589564aa784d84bd216c 100644
|
| --- a/core/fxcodec/jbig2/JBig2_BitStream.h
|
| +++ b/core/fxcodec/jbig2/JBig2_BitStream.h
|
| @@ -23,7 +23,7 @@ class CJBig2_BitStream {
|
| int32_t read1Bit(FX_BOOL* bResult);
|
| int32_t read1Byte(uint8_t* cResult);
|
| int32_t readInteger(FX_DWORD* dwResult);
|
| - int32_t readShortInteger(FX_WORD* wResult);
|
| + int32_t readShortInteger(uint16_t* wResult);
|
| void alignByte();
|
| uint8_t getCurByte() const;
|
| void incByteIdx();
|
|
|