| Index: xfa/fwl/core/ifwl_app.h
|
| diff --git a/xfa/fwl/core/ifwl_app.h b/xfa/fwl/core/ifwl_app.h
|
| index 41983ef8f51185a41616eaebe8e56e122b4d274c..5fbac6644fc7577eeffba03c9da7657bff504c36 100644
|
| --- a/xfa/fwl/core/ifwl_app.h
|
| +++ b/xfa/fwl/core/ifwl_app.h
|
| @@ -22,11 +22,11 @@
|
| #include "xfa/fwl/core/fwl_error.h"
|
|
|
| class CFWL_NoteDriver;
|
| +class CFWL_WidgetMgr;
|
| class CXFA_FFApp;
|
| class CXFA_FWLAdapterWidgetMgr;
|
| class IFWL_ThemeProvider;
|
| class IFWL_Widget;
|
| -class IFWL_WidgetMgr;
|
|
|
| class IFWL_App {
|
| public:
|
| @@ -37,7 +37,7 @@ class IFWL_App {
|
| FWL_Error Initialize();
|
| FWL_Error Finalize();
|
| CXFA_FFApp* GetAdapterNative();
|
| - IFWL_WidgetMgr* GetWidgetMgr();
|
| + CFWL_WidgetMgr* GetWidgetMgr();
|
| IFWL_ThemeProvider* GetThemeProvider();
|
| void SetThemeProvider(IFWL_ThemeProvider* pThemeProvider);
|
| void Exit(int32_t iExitCode);
|
|
|