summaryrefslogtreecommitdiff
path: root/core/src/reflow/autoreflow.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/reflow/autoreflow.h')
-rw-r--r--core/src/reflow/autoreflow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/reflow/autoreflow.h b/core/src/reflow/autoreflow.h
index 95aebcfcdc..20babd72da 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;