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