| Index: xfa/include/fwl/basewidget/fwl_picturebox.h
|
| diff --git a/xfa/include/fwl/basewidget/fwl_picturebox.h b/xfa/include/fwl/basewidget/fwl_picturebox.h
|
| index 76389f65d299e0389333031c8064732bd92b07f1..7ca8f526d7cabced04bea9ae4be6a0fcee05a139 100644
|
| --- a/xfa/include/fwl/basewidget/fwl_picturebox.h
|
| +++ b/xfa/include/fwl/basewidget/fwl_picturebox.h
|
| @@ -44,9 +44,8 @@ class IFWL_PictureBox : public IFWL_Widget {
|
| public:
|
| static IFWL_PictureBox* Create();
|
|
|
| - FWL_ERR Initialize(IFWL_Widget* pOuter = NULL);
|
| FWL_ERR Initialize(const CFWL_WidgetImpProperties& properties,
|
| - IFWL_Widget* pOuter = NULL);
|
| + IFWL_Widget* pOuter);
|
|
|
| protected:
|
| IFWL_PictureBox();
|
|
|