Index: xfa/include/fwl/basewidget/fwl_edit.h |
diff --git a/xfa/include/fwl/basewidget/fwl_edit.h b/xfa/include/fwl/basewidget/fwl_edit.h |
index 2be101e8400f14382ebfb58d80a71fd8701b35da..c804af7ae13cee5a7c7e005e67a3a394558b3bdc 100644 |
--- a/xfa/include/fwl/basewidget/fwl_edit.h |
+++ b/xfa/include/fwl/basewidget/fwl_edit.h |
@@ -113,9 +113,8 @@ typedef struct _FWL_HEDTFIND { void* pData; } * FWL_HEDTFIND; |
class IFWL_Edit : public IFWL_Widget { |
public: |
static IFWL_Edit* Create(); |
- FWL_ERR Initialize(IFWL_Widget* pOuter = NULL); |
FWL_ERR Initialize(const CFWL_WidgetImpProperties& properties, |
- IFWL_Widget* pOuter = NULL); |
+ IFWL_Widget* pOuter); |
FWL_ERR SetText(const CFX_WideString& wsText); |
int32_t GetTextLength() const; |
FWL_ERR GetText(CFX_WideString& wsText, |