| Index: xfa/fwl/core/cfwl_evtcheckword.h
|
| diff --git a/xfa/fwl/core/cfwl_evtcheckword.h b/xfa/fwl/core/cfwl_evtcheckword.h
|
| index aceb865cf598182b4820e431961cf6196a922de9..aa853c6a8f406fd3e2289a09495af6e2ffeb9aff 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;
|
| };
|
|
|