| Index: xfa/fxfa/app/xfa_fwltheme.h
|
| diff --git a/xfa/fxfa/app/xfa_fwltheme.h b/xfa/fxfa/app/xfa_fwltheme.h
|
| index 75885a5a9e3d2e0cc641b4e8221a27a332fd462f..ae95637c8dc3154ac0f5ec2ba3e42cd0ddaaa43c 100644
|
| --- a/xfa/fxfa/app/xfa_fwltheme.h
|
| +++ b/xfa/fxfa/app/xfa_fwltheme.h
|
| @@ -7,7 +7,6 @@
|
| #ifndef XFA_FXFA_APP_XFA_FWLTHEME_H_
|
| #define XFA_FXFA_APP_XFA_FWLTHEME_H_
|
|
|
| -#include "xfa/fwl/core/ifwl_target.h"
|
| #include "xfa/fwl/core/ifwl_themeprovider.h"
|
| #include "xfa/fwl/theme/cfwl_barcodetp.h"
|
| #include "xfa/fwl/theme/cfwl_carettp.h"
|
| @@ -31,7 +30,7 @@ class CXFA_FWLTheme : public IFWL_ThemeProvider {
|
| delete this;
|
| return FWL_ERR_Succeeded;
|
| }
|
| - virtual IFWL_Target* Retain() { return NULL; }
|
| + virtual IFWL_Widget* Retain() { return NULL; }
|
| virtual FWL_ERR GetClassName(CFX_WideString& wsClass) const {
|
| return FWL_ERR_Succeeded;
|
| }
|
|
|