| 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..e467a493187d2c3d847a7c8601375ef320daa055 100644
|
| --- a/xfa/fwl/core/cfwl_evttextchanged.h
|
| +++ b/xfa/fwl/core/cfwl_evttextchanged.h
|
| @@ -14,11 +14,6 @@ class CFWL_EvtTextChanged : public CFWL_Event {
|
| CFWL_EvtTextChanged();
|
| ~CFWL_EvtTextChanged() override;
|
|
|
| - CFWL_EventType GetClassID() const override;
|
| -
|
| - int32_t nChangeType;
|
| - CFX_WideString wsInsert;
|
| - CFX_WideString wsDelete;
|
| CFX_WideString wsPrevText;
|
| };
|
|
|
|
|