diff options
Diffstat (limited to 'xfa/fwl/core/cfwl_evttextchanged.cpp')
-rw-r--r-- | xfa/fwl/core/cfwl_evttextchanged.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/xfa/fwl/core/cfwl_evttextchanged.cpp b/xfa/fwl/core/cfwl_evttextchanged.cpp index 76718be6a2..d21dd037c1 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_Widget* pSrcTarget) + : CFWL_Event(CFWL_Event::Type::TextChanged, pSrcTarget) {} CFWL_EvtTextChanged::~CFWL_EvtTextChanged() {} - -CFWL_EventType CFWL_EvtTextChanged::GetClassID() const { - return CFWL_EventType::TextChanged; -} |