| Index: core/fxcodec/jbig2/JBig2_PddProc.h
|
| diff --git a/core/fxcodec/jbig2/JBig2_PddProc.h b/core/fxcodec/jbig2/JBig2_PddProc.h
|
| index 93b2d350c194ff69acc4af64075ad57f44573f36..578f6031227ee89caeab4e0c0fdf940441376a7d 100644
|
| --- a/core/fxcodec/jbig2/JBig2_PddProc.h
|
| +++ b/core/fxcodec/jbig2/JBig2_PddProc.h
|
| @@ -24,7 +24,7 @@ class CJBig2_PDDProc {
|
| CJBig2_PatternDict* decode_MMR(CJBig2_BitStream* pStream, IFX_Pause* pPause);
|
|
|
| public:
|
| - FX_BOOL HDMMR;
|
| + bool HDMMR;
|
| uint8_t HDPW;
|
| uint8_t HDPH;
|
| uint32_t GRAYMAX;
|
|
|