Index: xfa/include/fwl/core/fwl_app.h |
diff --git a/xfa/include/fwl/core/fwl_app.h b/xfa/include/fwl/core/fwl_app.h |
index 89f6309a31ce2e8396f6f4cb3518f474968ec26e..b0cb1857e401f953afe5930cebccbaac6d6163e5 100644 |
--- a/xfa/include/fwl/core/fwl_app.h |
+++ b/xfa/include/fwl/core/fwl_app.h |
@@ -22,7 +22,7 @@ public: |
virtual IFWL_AdapterNative* GetAdapterNative() = 0; |
virtual IFWL_WidgetMgr* GetWidgetMgr() = 0; |
virtual FWL_ERR SetThemeProvider(IFWL_ThemeProvider* pThemeProvider) = 0; |
- virtual FWL_ERR Exit(FX_INT32 iExitCode = 0) = 0; |
+ virtual FWL_ERR Exit(int32_t iExitCode = 0) = 0; |
}; |
IFWL_App* FWL_GetApp(); |
void FWL_SetApp(IFWL_App *pApp); |