diff options
Diffstat (limited to 'xfa/fwl/core/cfwl_evttextchanged.h')
-rw-r--r-- | xfa/fwl/core/cfwl_evttextchanged.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/xfa/fwl/core/cfwl_evttextchanged.h b/xfa/fwl/core/cfwl_evttextchanged.h index 69d28bb4a6..a2d0761f80 100644 --- a/xfa/fwl/core/cfwl_evttextchanged.h +++ b/xfa/fwl/core/cfwl_evttextchanged.h @@ -11,14 +11,9 @@ class CFWL_EvtTextChanged : public CFWL_Event { public: - CFWL_EvtTextChanged(); + explicit CFWL_EvtTextChanged(CFWL_Widget* pSrcTarget); ~CFWL_EvtTextChanged() override; - CFWL_EventType GetClassID() const override; - - int32_t nChangeType; - CFX_WideString wsInsert; - CFX_WideString wsDelete; CFX_WideString wsPrevText; }; |