]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed compilo (default arg) in joystick constructor
authorJulian Smart <julian@anthemion.co.uk>
Tue, 20 Aug 2002 17:16:58 +0000 (17:16 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 20 Aug 2002 17:16:58 +0000 (17:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/joystick.cpp

index b3c1369e2c67019b0105ba26c26687da0f3679e2..1faaa0caf6e1ca60113f56b2c903f1bc1ac472bb 100644 (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;