| 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..1f2b6977fa64b600ca69f3063621fa7896fc379c 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;
|
| -}
|
|
|