]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/joystick.cpp
make it clear which GL(U) library we can't find in error messages, otherwise the...
[wxWidgets.git] / src / msw / joystick.cpp
index 5ffab12251683f190b8bd519c0d78d0ef2c33813..b445fefaf35c9ed64c6180aef1101c06eaed9474 100644 (file)
@@ -87,7 +87,7 @@ wxPoint wxJoystick::GetPosition() const
     if (res == JOYERR_NOERROR )
         return wxPoint(joyInfo.wXpos, joyInfo.wYpos);
     else
-        return wxPoint(0, 0);
+        return wxPoint(0,0);
 }
 
 int wxJoystick::GetZPosition() const