Index: xfa/src/fwl/src/core/include/fwl_noteimp.h |
diff --git a/xfa/src/fwl/src/core/include/fwl_noteimp.h b/xfa/src/fwl/src/core/include/fwl_noteimp.h |
index 1c0e9224708a39b468b2e91534e0d690fa18bf88..93aeae05b1997c8f32d54e0cb9d8c5f08bb00178 100644 |
--- a/xfa/src/fwl/src/core/include/fwl_noteimp.h |
+++ b/xfa/src/fwl/src/core/include/fwl_noteimp.h |
@@ -104,7 +104,7 @@ typedef CFX_MapPtrTemplate<void*, FX_DWORD> CFWL_EventSource; |
class CFWL_EventTarget { |
public: |
CFWL_EventTarget(CFWL_NoteDriver* pNoteDriver, IFWL_Widget* pListener) |
- : m_pNoteDriver(pNoteDriver), m_pListener(pListener), m_bInvalid(FALSE) {} |
+ : m_pListener(pListener), m_pNoteDriver(pNoteDriver), m_bInvalid(FALSE) {} |
~CFWL_EventTarget(); |
int32_t SetEventSource(IFWL_Widget* pSource, |
FX_DWORD dwFilter = FWL_EVENT_ALL_MASK); |