| 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 efc7883eca8d89f56489ed88495be987d3dd64fe..868913570bea170f6415301c37e8d9ff673a3018 100644
|
| --- a/xfa/src/fwl/src/core/include/fwl_widgetimp.h
|
| +++ b/xfa/src/fwl/src/core/include/fwl_widgetimp.h
|
| @@ -68,9 +68,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();
|
| FX_BOOL IsVisible();
|
|
|