Fixed compilo (default arg) in joystick constructor

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2002-08-20 17:16:58 +00:00
parent 131f9d9b19
commit c892a77ee4

View File

@ -57,7 +57,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxJoystick, wxObject)
joysticks, counting from the first
available and upwards.
*/
wxJoystick::wxJoystick(int joystick = wxJOYSTICK1)
wxJoystick::wxJoystick(int joystick)
{
JOYINFO joyInfo;
int i, maxsticks;