| Index: core/fxcodec/jbig2/JBig2_BitStream.cpp
|
| diff --git a/core/fxcodec/jbig2/JBig2_BitStream.cpp b/core/fxcodec/jbig2/JBig2_BitStream.cpp
|
| index b5dfe92cda9cabef4e69325a809eb5bbee1c5a00..dc4beabc4b8045c1f4f9a5861fdae0b89c5b309c 100644
|
| --- a/core/fxcodec/jbig2/JBig2_BitStream.cpp
|
| +++ b/core/fxcodec/jbig2/JBig2_BitStream.cpp
|
| @@ -73,7 +73,7 @@ int32_t CJBig2_BitStream::read1Bit(uint32_t* dwResult) {
|
| return 0;
|
| }
|
|
|
| -int32_t CJBig2_BitStream::read1Bit(FX_BOOL* bResult) {
|
| +int32_t CJBig2_BitStream::read1Bit(bool* bResult) {
|
| if (!IsInBound())
|
| return -1;
|
|
|
|
|