| Index: xfa/fwl/core/fwl_appimp.h
|
| diff --git a/xfa/fwl/core/fwl_appimp.h b/xfa/fwl/core/fwl_appimp.h
|
| index 64b7922a15484b87090bf8b430ef319fbca50a8a..b138ccb5be6fee92de43080ded51577de2eb6608 100644
|
| --- a/xfa/fwl/core/fwl_appimp.h
|
| +++ b/xfa/fwl/core/fwl_appimp.h
|
| @@ -26,8 +26,8 @@ class CFWL_AppImp {
|
| IFWL_App* GetInterface() const { return m_pIface; }
|
| CFWL_NoteDriver* GetNoteDriver() const { return m_pNoteDriver.get(); }
|
|
|
| - FWL_ERR Initialize();
|
| - FWL_ERR Finalize();
|
| + FWL_Error Initialize();
|
| + FWL_Error Finalize();
|
| CXFA_FFApp* GetAdapterNative() const;
|
| IFWL_WidgetMgr* GetWidgetMgr() const;
|
| IFWL_ThemeProvider* GetThemeProvider() const;
|
|
|