| Index: xfa/include/fwl/basewidget/fwl_spinbutton.h
|
| diff --git a/xfa/include/fwl/basewidget/fwl_spinbutton.h b/xfa/include/fwl/basewidget/fwl_spinbutton.h
|
| index dad93a34c272ca27b1543341baa234615b7f5467..521cfca27700ef07dd28283628d0fb6e1dd9d1c5 100644
|
| --- a/xfa/include/fwl/basewidget/fwl_spinbutton.h
|
| +++ b/xfa/include/fwl/basewidget/fwl_spinbutton.h
|
| @@ -31,9 +31,8 @@ class IFWL_SpinButton : public IFWL_Widget {
|
| public:
|
| static IFWL_SpinButton* Create();
|
|
|
| - FWL_ERR Initialize(IFWL_Widget* pOuter = NULL);
|
| FWL_ERR Initialize(const CFWL_WidgetImpProperties& properties,
|
| - IFWL_Widget* pOuter = NULL);
|
| + IFWL_Widget* pOuter);
|
| FWL_ERR EnableButton(FX_BOOL bEnable, FX_BOOL bUp = TRUE);
|
| FX_BOOL IsButtonEnable(FX_BOOL bUp = TRUE);
|
|
|
|
|