From 16519fd473f79954ba503dfa74a5cc4544391846 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sun, 1 Feb 2009 05:54:10 +0000 Subject: [PATCH] adding the GetEventHandler() indirection git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/osx/core/hidjoystick.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.45.2