summaryrefslogtreecommitdiff
path: root/xfa/src/fwl/src/core/include/fwl_appimp.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fwl/src/core/include/fwl_appimp.h')
-rw-r--r--xfa/src/fwl/src/core/include/fwl_appimp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/src/fwl/src/core/include/fwl_appimp.h b/xfa/src/fwl/src/core/include/fwl_appimp.h
index edc2089252..e0f1f5977a 100644
--- a/xfa/src/fwl/src/core/include/fwl_appimp.h
+++ b/xfa/src/fwl/src/core/include/fwl_appimp.h
@@ -23,7 +23,7 @@ public:
virtual IFWL_AdapterNative* GetAdapterNative();
virtual IFWL_WidgetMgr* GetWidgetMgr();
virtual FWL_ERR SetThemeProvider(IFWL_ThemeProvider* pThemeProvider);
- virtual FWL_ERR Exit(FX_INT32 iExitCode = 0);
+ virtual FWL_ERR Exit(int32_t iExitCode = 0);
IFWL_ThemeProvider* GetThemeProvider();
protected:
CFWL_WidgetMgr *m_pWidgetMgr;