summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/cfwl_evtvalidate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/core/cfwl_evtvalidate.cpp')
-rw-r--r--xfa/fwl/core/cfwl_evtvalidate.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/xfa/fwl/core/cfwl_evtvalidate.cpp b/xfa/fwl/core/cfwl_evtvalidate.cpp
index 7b795f6ca6..1f2b6977fa 100644
--- a/xfa/fwl/core/cfwl_evtvalidate.cpp
+++ b/xfa/fwl/core/cfwl_evtvalidate.cpp
@@ -6,10 +6,7 @@
#include "xfa/fwl/core/cfwl_evtvalidate.h"
-CFWL_EvtValidate::CFWL_EvtValidate() {}
+CFWL_EvtValidate::CFWL_EvtValidate(CFWL_Widget* pSrcTarget)
+ : CFWL_Event(CFWL_Event::Type::Validate, pSrcTarget) {}
CFWL_EvtValidate::~CFWL_EvtValidate() {}
-
-CFWL_EventType CFWL_EvtValidate::GetClassID() const {
- return CFWL_EventType::Validate;
-}