diff options
Diffstat (limited to 'xfa/fwl/core/ifwl_picturebox.h')
-rw-r--r-- | xfa/fwl/core/ifwl_picturebox.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/xfa/fwl/core/ifwl_picturebox.h b/xfa/fwl/core/ifwl_picturebox.h index eb9c70efca..98edd2793f 100644 --- a/xfa/fwl/core/ifwl_picturebox.h +++ b/xfa/fwl/core/ifwl_picturebox.h @@ -45,11 +45,7 @@ class IFWL_PictureBoxDP : public IFWL_DataProvider { class IFWL_PictureBox : public IFWL_Widget { public: - static IFWL_PictureBox* Create(const CFWL_WidgetImpProperties& properties, - IFWL_Widget* pOuter); - - IFWL_PictureBox(const CFWL_WidgetImpProperties& properties, - IFWL_Widget* pOuter); + explicit IFWL_PictureBox(const CFWL_WidgetImpProperties& properties); ~IFWL_PictureBox() override; // IFWL_Widget |