From: Stefan Csomor Date: Sun, 1 Feb 2009 05:54:10 +0000 (+0000) Subject: adding the GetEventHandler() indirection X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/16519fd473f79954ba503dfa74a5cc4544391846 adding the GetEventHandler() indirection git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/core/hidjoystick.cpp b/src/osx/core/hidjoystick.cpp index 7f68765341..5fb651f34a 100644 --- a/src/osx/core/hidjoystick.cpp +++ b/src/osx/core/hidjoystick.cpp @@ -894,7 +894,7 @@ void* wxJoystickThread::Entry() wxevent.SetEventObject(pThis->m_catchwin); if (pThis->m_catchwin) - pThis->m_catchwin->AddPendingEvent(wxevent); + pThis->m_catchwin->GetEventHandler()->AddPendingEvent(wxevent); ret = (*m_hid->GetQueue())->getNextEvent(m_hid->GetQueue(), &hidevent, bogustime, 0);