summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/cfwl_evtcheckword.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/core/cfwl_evtcheckword.h')
-rw-r--r--xfa/fwl/core/cfwl_evtcheckword.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/xfa/fwl/core/cfwl_evtcheckword.h b/xfa/fwl/core/cfwl_evtcheckword.h
index aceb865cf5..aa853c6a8f 100644
--- a/xfa/fwl/core/cfwl_evtcheckword.h
+++ b/xfa/fwl/core/cfwl_evtcheckword.h
@@ -11,11 +11,9 @@
class CFWL_EvtCheckWord : public CFWL_Event {
public:
- CFWL_EvtCheckWord();
+ explicit CFWL_EvtCheckWord(CFWL_Widget* pSrcTarget);
~CFWL_EvtCheckWord() override;
- CFWL_EventType GetClassID() const override;
-
CFX_ByteString bsWord;
bool bCheckWord;
};