| 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 109e575914aef7a4e50a2460733194bcb56a4726..bc6ea5f988b80007db573e502458109c4dc35b58 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;
|
|
|