Index: xfa/fwl/core/cfwl_evtvalidate.cpp |
diff --git a/xfa/fwl/core/cfwl_evtvalidate.cpp b/xfa/fwl/core/cfwl_evtvalidate.cpp |
index 7b795f6ca6a16ce6036f0dd5baa630913400c0ee..9f092831a990d766e0b0ee0ddfb9a44e6918f35f 100644 |
--- a/xfa/fwl/core/cfwl_evtvalidate.cpp |
+++ b/xfa/fwl/core/cfwl_evtvalidate.cpp |
@@ -6,10 +6,6 @@ |
#include "xfa/fwl/core/cfwl_evtvalidate.h" |
-CFWL_EvtValidate::CFWL_EvtValidate() {} |
+CFWL_EvtValidate::CFWL_EvtValidate() : CFWL_Event(CFWL_EventType::Validate) {} |
CFWL_EvtValidate::~CFWL_EvtValidate() {} |
- |
-CFWL_EventType CFWL_EvtValidate::GetClassID() const { |
- return CFWL_EventType::Validate; |
-} |