| Index: core/src/fxcodec/jbig2/JBig2_Page.h
|
| diff --git a/core/src/fxcodec/jbig2/JBig2_Page.h b/core/src/fxcodec/jbig2/JBig2_Page.h
|
| index b07eba8a3a4f1cc8d6307d9f9512b898a45ed67b..b4e159f2a2db75bd02ac0fbce2dcea5a4a7367a3 100644
|
| --- a/core/src/fxcodec/jbig2/JBig2_Page.h
|
| +++ b/core/src/fxcodec/jbig2/JBig2_Page.h
|
| @@ -13,7 +13,7 @@ struct JBig2PageInfo : public CJBig2_Object {
|
| FX_DWORD m_dwResolutionX,
|
| m_dwResolutionY;
|
| uint8_t m_cFlags;
|
| - FX_BOOL m_bIsStriped;
|
| + bool m_bIsStriped;
|
| FX_WORD m_wMaxStripeSize;
|
| };
|
| #endif
|
|
|