diff options
Diffstat (limited to 'xfa/fwl/cfwl_eventvalidate.h')
-rw-r--r-- | xfa/fwl/cfwl_eventvalidate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/cfwl_eventvalidate.h b/xfa/fwl/cfwl_eventvalidate.h index b8feff1120..7d88b97bb5 100644 --- a/xfa/fwl/cfwl_eventvalidate.h +++ b/xfa/fwl/cfwl_eventvalidate.h @@ -9,7 +9,7 @@ #include "xfa/fwl/cfwl_event.h" -class CFWL_EventValidate : public CFWL_Event { +class CFWL_EventValidate final : public CFWL_Event { public: explicit CFWL_EventValidate(CFWL_Widget* pSrcTarget); ~CFWL_EventValidate() override; |