| Index: xfa/fwl/core/cfwl_evtselectchanged.h
|
| diff --git a/xfa/fwl/core/cfwl_evtselectchanged.h b/xfa/fwl/core/cfwl_evtselectchanged.h
|
| index f01b2aac6a01441be49737853ffa252c122b18c0..94381c70633a1eb624c1e64739cdbece9c8b6b82 100644
|
| --- a/xfa/fwl/core/cfwl_evtselectchanged.h
|
| +++ b/xfa/fwl/core/cfwl_evtselectchanged.h
|
| @@ -11,11 +11,9 @@
|
|
|
| class CFWL_EvtSelectChanged : public CFWL_Event {
|
| public:
|
| - CFWL_EvtSelectChanged();
|
| + explicit CFWL_EvtSelectChanged(CFWL_Widget* pSrcTarget);
|
| ~CFWL_EvtSelectChanged() override;
|
|
|
| - CFWL_EventType GetClassID() const override;
|
| -
|
| // Used by ComboBox.
|
| bool bLButtonUp;
|
|
|
|
|