| 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 7ca8f526d7cabced04bea9ae4be6a0fcee05a139..b55d4c30d9e0ce96b2a8bb0e13388e19a52cdb97 100644
|
| --- a/xfa/include/fwl/basewidget/fwl_picturebox.h
|
| +++ b/xfa/include/fwl/basewidget/fwl_picturebox.h
|
| @@ -42,12 +42,8 @@ class IFWL_PictureBoxDP : public IFWL_DataProvider {
|
| };
|
| class IFWL_PictureBox : public IFWL_Widget {
|
| public:
|
| - static IFWL_PictureBox* Create();
|
| -
|
| + IFWL_PictureBox();
|
| FWL_ERR Initialize(const CFWL_WidgetImpProperties& properties,
|
| IFWL_Widget* pOuter);
|
| -
|
| - protected:
|
| - IFWL_PictureBox();
|
| };
|
| #endif
|
|
|