X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/524c47aa3adf2af11a3069fd5da035a604f08f66..69e65b6c0baf05e34e1655b53e76ece4465b4ad8:/src/osx/core/hidjoystick.cpp diff --git a/src/osx/core/hidjoystick.cpp b/src/osx/core/hidjoystick.cpp index 2d6242d0b3..5fb651f34a 100644 --- a/src/osx/core/hidjoystick.cpp +++ b/src/osx/core/hidjoystick.cpp @@ -174,8 +174,7 @@ wxJoystick::~wxJoystick() if (m_thread) m_thread->Delete(); // It's detached so it will delete itself - if (m_hid) - delete m_hid; + delete m_hid; } //--------------------------------------------------------------------------- @@ -895,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);