]> git.saurik.com Git - wxWidgets.git/commitdiff
adding the GetEventHandler() indirection
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 1 Feb 2009 05:54:10 +0000 (05:54 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 1 Feb 2009 05:54:10 +0000 (05:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/core/hidjoystick.cpp

index 7f687653414f1a52f6a8f31919cfc66c2d73ce15..5fb651f34a9c77d5ca829b72304c5e4cd6ac5986 100644 (file)
@@ -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);