// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "joystick.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
/* No such joystick, return ID 0 */
m_joystick = 0;
return;
-};
+}
wxPoint wxJoystick::GetPosition() const
{