/////////////////////////////////////////////////////////////////////////////
-// Name: src/osx/corefoundation/joystick.cpp
+// Name: src/osx/core/joystick.cpp
// Purpose: wxJoystick class
// Author: Ryan Norton
// Modified by:
}
else
{
- delete m_hid;
- m_hid = NULL;
+ wxDELETE(m_hid);
}
}
//---------------------------------------------------------------------------
// wxJoystickThread::HIDCallback (static)
//
-// Callback for the native HID device when it recieves input.
+// Callback for the native HID device when it receives input.
//
// This is where the REAL dirty work gets done.
//