| Index: xfa/src/fwl/src/core/include/fwl_appimp.h
|
| diff --git a/xfa/src/fwl/src/core/include/fwl_appimp.h b/xfa/src/fwl/src/core/include/fwl_appimp.h
|
| index edc208925284687d7d630cf69f85d2a54c05d594..e0f1f5977ae748b242e544df03f2753971dfb3bb 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;
|
|
|