diff options
Diffstat (limited to 'xfa/fwl/core/cfwl_pushbutton.h')
-rw-r--r-- | xfa/fwl/core/cfwl_pushbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/core/cfwl_pushbutton.h b/xfa/fwl/core/cfwl_pushbutton.h index 44106d3c2c..c20e5539af 100644 --- a/xfa/fwl/core/cfwl_pushbutton.h +++ b/xfa/fwl/core/cfwl_pushbutton.h @@ -18,7 +18,7 @@ class CFWL_PushButton : public CFWL_Widget { IFWL_PushButton* GetWidget() override; const IFWL_PushButton* GetWidget() const override; - void Initialize(const CFWL_WidgetProperties* pProperties); + void Initialize(); FWL_Error GetCaption(CFX_WideString& wsCaption); FWL_Error SetCaption(const CFX_WideStringC& wsCaption); |