summaryrefslogtreecommitdiff
path: root/xfa/fwl/cfwl_datetimeedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/cfwl_datetimeedit.h')
-rw-r--r--xfa/fwl/cfwl_datetimeedit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/cfwl_datetimeedit.h b/xfa/fwl/cfwl_datetimeedit.h
index dcbebd2027..cc80b9e8ba 100644
--- a/xfa/fwl/cfwl_datetimeedit.h
+++ b/xfa/fwl/cfwl_datetimeedit.h
@@ -13,7 +13,7 @@
#include "xfa/fwl/cfwl_widget.h"
#include "xfa/fwl/cfwl_widgetproperties.h"
-class CFWL_DateTimeEdit : public CFWL_Edit {
+class CFWL_DateTimeEdit final : public CFWL_Edit {
public:
CFWL_DateTimeEdit(const CFWL_App* app,
std::unique_ptr<CFWL_WidgetProperties> properties,