Index: xfa/include/fwl/core/fwl_widget.h |
diff --git a/xfa/include/fwl/core/fwl_widget.h b/xfa/include/fwl/core/fwl_widget.h |
index acada467b4b2627e528d3b40504209b750ae96eb..6338be9ee6c958b332a42bb9c653c2c3ede0405c 100644 |
--- a/xfa/include/fwl/core/fwl_widget.h |
+++ b/xfa/include/fwl/core/fwl_widget.h |
@@ -92,9 +92,9 @@ class CFWL_WidgetImpProperties { |
}; |
class IFWL_Custom : public IFWL_Widget { |
public: |
- static IFWL_Custom* Create(); |
- FWL_ERR Initialize(const CFWL_WidgetImpProperties& properties, |
- IFWL_Widget* pOuter); |
+ static IFWL_Custom* Create(const CFWL_WidgetImpProperties& properties, |
+ IFWL_Widget* pOuter); |
+ |
FWL_ERR SetProxy(IFWL_Proxy* pProxy); |
protected: |