summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/cfwl_evtvalidate.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/core/cfwl_evtvalidate.h')
-rw-r--r--xfa/fwl/core/cfwl_evtvalidate.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/xfa/fwl/core/cfwl_evtvalidate.h b/xfa/fwl/core/cfwl_evtvalidate.h
index fae20b845b..dbd5413aa4 100644
--- a/xfa/fwl/core/cfwl_evtvalidate.h
+++ b/xfa/fwl/core/cfwl_evtvalidate.h
@@ -11,12 +11,9 @@
class CFWL_EvtValidate : public CFWL_Event {
public:
- CFWL_EvtValidate();
+ explicit CFWL_EvtValidate(CFWL_Widget* pSrcTarget);
~CFWL_EvtValidate() override;
- CFWL_EventType GetClassID() const override;
-
- CFWL_Widget* pDstWidget;
CFX_WideString wsInsert;
bool bValidate;
};