diff options
Diffstat (limited to 'xfa/fwl/cfwl_combobox.h')
-rw-r--r-- | xfa/fwl/cfwl_combobox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/cfwl_combobox.h b/xfa/fwl/cfwl_combobox.h index a5ea2d0876..f247d93ddb 100644 --- a/xfa/fwl/cfwl_combobox.h +++ b/xfa/fwl/cfwl_combobox.h @@ -36,7 +36,7 @@ class CFWL_Widget; #define FWL_STYLEEXT_CMB_ListItemAlignMask (3L << 10) #define FWL_STYLEEXT_CMB_ReadOnly (1L << 13) -class CFWL_ComboBox : public CFWL_Widget { +class CFWL_ComboBox final : public CFWL_Widget { public: explicit CFWL_ComboBox(const CFWL_App* pApp); ~CFWL_ComboBox() override; |