summaryrefslogtreecommitdiff
path: root/xfa/fwl/lightwidget/cfwl_picturebox.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/lightwidget/cfwl_picturebox.h')
-rw-r--r--xfa/fwl/lightwidget/cfwl_picturebox.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xfa/fwl/lightwidget/cfwl_picturebox.h b/xfa/fwl/lightwidget/cfwl_picturebox.h
index ffc67f4446..612ff1d84d 100644
--- a/xfa/fwl/lightwidget/cfwl_picturebox.h
+++ b/xfa/fwl/lightwidget/cfwl_picturebox.h
@@ -16,6 +16,9 @@ class CFWL_PictureBox : public CFWL_Widget {
CFWL_PictureBox();
~CFWL_PictureBox() override;
+ IFWL_PictureBox* GetWidget() override;
+ const IFWL_PictureBox* GetWidget() const override;
+
static CFWL_PictureBox* Create();
FWL_Error Initialize(const CFWL_WidgetProperties* pProperties = nullptr);