diff options
Diffstat (limited to 'xfa/fwl/theme/cfwl_pushbuttontp.h')
-rw-r--r-- | xfa/fwl/theme/cfwl_pushbuttontp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/theme/cfwl_pushbuttontp.h b/xfa/fwl/theme/cfwl_pushbuttontp.h index b2372bb066..2e1782a1b5 100644 --- a/xfa/fwl/theme/cfwl_pushbuttontp.h +++ b/xfa/fwl/theme/cfwl_pushbuttontp.h @@ -11,7 +11,7 @@ #include "xfa/fwl/theme/cfwl_widgettp.h" -class CFWL_PushButtonTP : public CFWL_WidgetTP { +class CFWL_PushButtonTP final : public CFWL_WidgetTP { public: CFWL_PushButtonTP(); ~CFWL_PushButtonTP() override; |