diff options
Diffstat (limited to 'xfa/fwl/cfwl_form.h')
-rw-r--r-- | xfa/fwl/cfwl_form.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/cfwl_form.h b/xfa/fwl/cfwl_form.h index 01ae9be5c0..4e13001283 100644 --- a/xfa/fwl/cfwl_form.h +++ b/xfa/fwl/cfwl_form.h @@ -20,7 +20,7 @@ class CFWL_NoteLoop; class CFWL_Widget; class IFWL_ThemeProvider; -class CFWL_Form : public CFWL_Widget { +class CFWL_Form final : public CFWL_Widget { public: CFWL_Form(const CFWL_App* app, std::unique_ptr<CFWL_WidgetProperties> properties, |