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:
@@ -57,7 +57,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxJoystick, wxObject)
|
|||||||
joysticks, counting from the first
|
joysticks, counting from the first
|
||||||
available and upwards.
|
available and upwards.
|
||||||
*/
|
*/
|
||||||
wxJoystick::wxJoystick(int joystick = wxJOYSTICK1)
|
wxJoystick::wxJoystick(int joystick)
|
||||||
{
|
{
|
||||||
JOYINFO joyInfo;
|
JOYINFO joyInfo;
|
||||||
int i, maxsticks;
|
int i, maxsticks;
|
||||||
|
Reference in New Issue
Block a user