| Index: core/src/reflow/autoreflow.h
|
| diff --git a/core/src/reflow/autoreflow.h b/core/src/reflow/autoreflow.h
|
| index 95aebcfcdcef401722610ec71805dc785d5220d5..20babd72da3d5f40075beaa5e8aadd8320a6a610 100644
|
| --- a/core/src/reflow/autoreflow.h
|
| +++ b/core/src/reflow/autoreflow.h
|
| @@ -105,7 +105,7 @@ public:
|
| int GetRectHeight(FX_RECT rect);
|
| int GetRectWidth(FX_RECT rect);
|
| void ProcessObj(CFX_PtrArray& cellArray, CPDF_PageObject* pObj, CFX_AffineMatrix matrix);
|
| - FX_INT32 LogicPreObj(CPDF_PageObject* pObj);
|
| + int32_t LogicPreObj(CPDF_PageObject* pObj);
|
|
|
| CPDF_AutoReflowElement* m_pRoot;
|
| CPDF_AutoReflowElement* m_pCurrElm;
|
|
|