| Index: xfa/fwl/core/ifwl_spinbutton.h
|
| diff --git a/xfa/fwl/core/ifwl_spinbutton.h b/xfa/fwl/core/ifwl_spinbutton.h
|
| index 717ba9f011a1b69c4dd1ce758cc4f93eec193347..f35732c4cadf19006cf21c5ce4e9bffe57521a77 100644
|
| --- a/xfa/fwl/core/ifwl_spinbutton.h
|
| +++ b/xfa/fwl/core/ifwl_spinbutton.h
|
| @@ -23,11 +23,7 @@ FWL_EVENT_DEF(CFWL_EvtSpbClick, CFWL_EventType::Click, FX_BOOL m_bUp;)
|
|
|
| class IFWL_SpinButton : public IFWL_Widget, public IFWL_Timer {
|
| public:
|
| - static IFWL_SpinButton* Create(const CFWL_WidgetImpProperties& properties,
|
| - IFWL_Widget* pOuter);
|
| -
|
| - IFWL_SpinButton(const CFWL_WidgetImpProperties& properties,
|
| - IFWL_Widget* pOuter);
|
| + explicit IFWL_SpinButton(const CFWL_WidgetImpProperties& properties);
|
| ~IFWL_SpinButton() override;
|
|
|
| // IFWL_Widget
|
|
|