| Index: xfa/fwl/core/fwl_noteimp.h
|
| diff --git a/xfa/fwl/core/fwl_noteimp.h b/xfa/fwl/core/fwl_noteimp.h
|
| index 9116e31e089222040ba37cb5b504fd2b7f55261d..eb922f916c7bd520add83eab1c10e1cc05057ef0 100644
|
| --- a/xfa/fwl/core/fwl_noteimp.h
|
| +++ b/xfa/fwl/core/fwl_noteimp.h
|
| @@ -121,9 +121,9 @@ class CFWL_NoteDriver {
|
|
|
| class CFWL_EventTarget {
|
| public:
|
| - CFWL_EventTarget(CFWL_NoteDriver* pNoteDriver, IFWL_Widget* pListener)
|
| - : m_pListener(pListener), m_pNoteDriver(pNoteDriver), m_bInvalid(FALSE) {}
|
| + CFWL_EventTarget(CFWL_NoteDriver* pNoteDriver, IFWL_Widget* pListener);
|
| ~CFWL_EventTarget();
|
| +
|
| int32_t SetEventSource(IFWL_Widget* pSource,
|
| uint32_t dwFilter = FWL_EVENT_ALL_MASK);
|
| FX_BOOL ProcessEvent(CFWL_Event* pEvent);
|
|
|