diff options
Diffstat (limited to 'xfa/fwl/cfwl_pushbutton.h')
-rw-r--r-- | xfa/fwl/cfwl_pushbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/cfwl_pushbutton.h b/xfa/fwl/cfwl_pushbutton.h index 5c509fb503..275f9b5ea3 100644 --- a/xfa/fwl/cfwl_pushbutton.h +++ b/xfa/fwl/cfwl_pushbutton.h @@ -19,7 +19,7 @@ class CFWL_MessageMouse; class CFX_DIBitmap; class CFWL_Widget; -class CFWL_PushButton : public CFWL_Widget { +class CFWL_PushButton final : public CFWL_Widget { public: explicit CFWL_PushButton(const CFWL_App*); ~CFWL_PushButton() override; |