]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/core/hidjoystick.cpp
Minor corrections to sorted arrays documentation.
[wxWidgets.git] / src / osx / core / hidjoystick.cpp
index 7f687653414f1a52f6a8f31919cfc66c2d73ce15..d21e47cc4fa357b0b012f131fd7926cd1075db57 100644 (file)
@@ -894,11 +894,11 @@ 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);
     }
 }
 
-#endif // wxUSE_JOYSTICK 
+#endif // wxUSE_JOYSTICK