summaryrefslogtreecommitdiff
path: root/xfa/include/fwl/core/fwl_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/include/fwl/core/fwl_widget.h')
-rw-r--r--xfa/include/fwl/core/fwl_widget.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/xfa/include/fwl/core/fwl_widget.h b/xfa/include/fwl/core/fwl_widget.h
index 4a9c794d28..f7ddb5cebd 100644
--- a/xfa/include/fwl/core/fwl_widget.h
+++ b/xfa/include/fwl/core/fwl_widget.h
@@ -93,10 +93,8 @@ class CFWL_WidgetImpProperties {
class IFWL_Custom : public IFWL_Widget {
public:
static IFWL_Custom* Create();
-
- FWL_ERR Initialize(IFWL_Widget* pOuter = NULL);
FWL_ERR Initialize(const CFWL_WidgetImpProperties& properties,
- IFWL_Widget* pOuter = NULL);
+ IFWL_Widget* pOuter);
FWL_ERR SetProxy(IFWL_Proxy* pProxy);
protected: