| Index: xfa/fwl/core/ifwl_app.h
|
| diff --git a/xfa/fwl/core/ifwl_app.h b/xfa/fwl/core/ifwl_app.h
|
| index af5fafe0ada6f90224278ce212f1463e0b55343c..41983ef8f51185a41616eaebe8e56e122b4d274c 100644
|
| --- a/xfa/fwl/core/ifwl_app.h
|
| +++ b/xfa/fwl/core/ifwl_app.h
|
| @@ -34,8 +34,8 @@ class IFWL_App {
|
|
|
| virtual ~IFWL_App() {}
|
|
|
| - FWL_ERR Initialize();
|
| - FWL_ERR Finalize();
|
| + FWL_Error Initialize();
|
| + FWL_Error Finalize();
|
| CXFA_FFApp* GetAdapterNative();
|
| IFWL_WidgetMgr* GetWidgetMgr();
|
| IFWL_ThemeProvider* GetThemeProvider();
|
|
|