diff options
Diffstat (limited to 'xfa/fwl/core/cfwl_evtselectchanged.h')
-rw-r--r-- | xfa/fwl/core/cfwl_evtselectchanged.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xfa/fwl/core/cfwl_evtselectchanged.h b/xfa/fwl/core/cfwl_evtselectchanged.h index f01b2aac6a..94381c7063 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; |