diff options
Diffstat (limited to 'xfa/fwl/cfwl_comboedit.h')
-rw-r--r-- | xfa/fwl/cfwl_comboedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/cfwl_comboedit.h b/xfa/fwl/cfwl_comboedit.h index efdabd3669..daaa8a95cb 100644 --- a/xfa/fwl/cfwl_comboedit.h +++ b/xfa/fwl/cfwl_comboedit.h @@ -15,7 +15,7 @@ class CFWL_ComboBox; -class CFWL_ComboEdit : public CFWL_Edit { +class CFWL_ComboEdit final : public CFWL_Edit { public: CFWL_ComboEdit(const CFWL_App* app, std::unique_ptr<CFWL_WidgetProperties> properties, |