diff options
Diffstat (limited to 'xfa/fwl/cfwl_combolist.h')
-rw-r--r-- | xfa/fwl/cfwl_combolist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/cfwl_combolist.h b/xfa/fwl/cfwl_combolist.h index a4d513559e..0444a93c21 100644 --- a/xfa/fwl/cfwl_combolist.h +++ b/xfa/fwl/cfwl_combolist.h @@ -13,7 +13,7 @@ #include "xfa/fwl/cfwl_widget.h" #include "xfa/fwl/cfwl_widgetproperties.h" -class CFWL_ComboList : public CFWL_ListBox { +class CFWL_ComboList final : public CFWL_ListBox { public: CFWL_ComboList(const CFWL_App* app, std::unique_ptr<CFWL_WidgetProperties> properties, |