diff options
Diffstat (limited to 'xfa/include/fwl/basewidget/fwl_picturebox.h')
-rw-r--r-- | xfa/include/fwl/basewidget/fwl_picturebox.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/xfa/include/fwl/basewidget/fwl_picturebox.h b/xfa/include/fwl/basewidget/fwl_picturebox.h index 7ca8f526d7..b55d4c30d9 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
|