// 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"
wxString wxJoystick::GetProductName() const
{
- return wxString("");
+ return wxEmptyString;
}
int wxJoystick::GetXMin() const