Index: xfa/fwl/core/cfwl_evttextchanged.h |
diff --git a/xfa/fwl/core/cfwl_evttextchanged.h b/xfa/fwl/core/cfwl_evttextchanged.h |
index 69d28bb4a659e68c3e4d13fab85e48679d6965a5..a2d0761f8002c54413589f64dcaea0040e47faf0 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; |
}; |