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