| Index: core/fxcodec/jbig2/JBig2_GrdProc.h
|
| diff --git a/core/fxcodec/jbig2/JBig2_GrdProc.h b/core/fxcodec/jbig2/JBig2_GrdProc.h
|
| index 3b334b113c1c51320762f5d57a32dab79aa63231..a82aecbf12011e59953cb5d83be48049889bc8e9 100644
|
| --- a/core/fxcodec/jbig2/JBig2_GrdProc.h
|
| +++ b/core/fxcodec/jbig2/JBig2_GrdProc.h
|
| @@ -34,12 +34,12 @@ class CJBig2_GRDProc {
|
| FXCODEC_STATUS Continue_decode(IFX_Pause* pPause);
|
| FX_RECT GetReplaceRect() const { return m_ReplaceRect; }
|
|
|
| - FX_BOOL MMR;
|
| + bool MMR;
|
| uint32_t GBW;
|
| uint32_t GBH;
|
| uint8_t GBTEMPLATE;
|
| - FX_BOOL TPGDON;
|
| - FX_BOOL USESKIP;
|
| + bool TPGDON;
|
| + bool USESKIP;
|
| CJBig2_Image* SKIP;
|
| int8_t GBAT[8];
|
|
|
|
|