| Index: xfa/fwl/core/ifwl_pushbutton.h
|
| diff --git a/xfa/fwl/core/ifwl_pushbutton.h b/xfa/fwl/core/ifwl_pushbutton.h
|
| index 9901c1a44c3fa37f7d4cd89802f61c75a8ea1b39..d5ada29e41908389ceeb4b1361bb0693f1414ed4 100644
|
| --- a/xfa/fwl/core/ifwl_pushbutton.h
|
| +++ b/xfa/fwl/core/ifwl_pushbutton.h
|
| @@ -41,11 +41,7 @@ class IFWL_PushButtonDP : public IFWL_DataProvider {
|
|
|
| class IFWL_PushButton : public IFWL_Widget {
|
| public:
|
| - static IFWL_PushButton* Create(const CFWL_WidgetImpProperties& properties,
|
| - IFWL_Widget* pOuter);
|
| -
|
| - IFWL_PushButton(const CFWL_WidgetImpProperties& properties,
|
| - IFWL_Widget* pOuter);
|
| + IFWL_PushButton(const CFWL_WidgetImpProperties& properties);
|
| ~IFWL_PushButton() override;
|
|
|
| // IFWL_Widget
|
|
|