| Index: xfa/fwl/core/cfwl_evttextchanged.cpp
|
| diff --git a/xfa/fwl/core/cfwl_evttextchanged.cpp b/xfa/fwl/core/cfwl_evttextchanged.cpp
|
| index 76718be6a2c1cb3e31639c5216bdd75842a78a5d..ad428430ae1c4caf0106d5e06ede6c3f52461ec7 100644
|
| --- a/xfa/fwl/core/cfwl_evttextchanged.cpp
|
| +++ b/xfa/fwl/core/cfwl_evttextchanged.cpp
|
| @@ -6,10 +6,7 @@
|
|
|
| #include "xfa/fwl/core/cfwl_evttextchanged.h"
|
|
|
| -CFWL_EvtTextChanged::CFWL_EvtTextChanged() {}
|
| +CFWL_EvtTextChanged::CFWL_EvtTextChanged()
|
| + : CFWL_Event(CFWL_EventType::TextChanged) {}
|
|
|
| CFWL_EvtTextChanged::~CFWL_EvtTextChanged() {}
|
| -
|
| -CFWL_EventType CFWL_EvtTextChanged::GetClassID() const {
|
| - return CFWL_EventType::TextChanged;
|
| -}
|
|
|