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:
parent
131f9d9b19
commit
c892a77ee4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user