| Index: xfa/src/fwl/src/core/include/fwl_widgetimp.h
|
| diff --git a/xfa/src/fwl/src/core/include/fwl_widgetimp.h b/xfa/src/fwl/src/core/include/fwl_widgetimp.h
|
| index 949738d6d2a026a50f7769434279d8e6949acdef..87b3fcd06ef1cbb8304d1a3c07800828eaf691c5 100644
|
| --- a/xfa/src/fwl/src/core/include/fwl_widgetimp.h
|
| +++ b/xfa/src/fwl/src/core/include/fwl_widgetimp.h
|
| @@ -66,9 +66,8 @@ class CFWL_WidgetImp : public CFWL_TargetImp {
|
| CFX_SizeF GetOffsetFromParent(IFWL_Widget* pParent);
|
|
|
| protected:
|
| - CFWL_WidgetImp(IFWL_Widget* pOuter = NULL);
|
| CFWL_WidgetImp(const CFWL_WidgetImpProperties& properties,
|
| - IFWL_Widget* pOuter = NULL);
|
| + IFWL_Widget* pOuter);
|
| virtual ~CFWL_WidgetImp();
|
| FX_BOOL IsEnabled() const;
|
| FX_BOOL IsVisible() const;
|
|
|