diff options
Diffstat (limited to 'xfa/fwl/core/cfwl_edit.h')
-rw-r--r-- | xfa/fwl/core/cfwl_edit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/core/cfwl_edit.h b/xfa/fwl/core/cfwl_edit.h index ceeb95f325..016ac8f9da 100644 --- a/xfa/fwl/core/cfwl_edit.h +++ b/xfa/fwl/core/cfwl_edit.h @@ -23,7 +23,7 @@ class CFWL_Edit : public CFWL_Widget { IFWL_Edit* GetWidget() override; const IFWL_Edit* GetWidget() const override; - void Initialize(const CFWL_WidgetProperties* pProperties); + void Initialize(); FWL_Error SetText(const CFX_WideString& wsText); int32_t GetTextLength() const; |