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