[wxPython] SetMovementThreshold

I couldn't tell from the list archive whether the fix had already been
made, but the wxJoystick stub class for gtk on non-linux platforms is
missing a method implementation.

Line 224, misc2.cpp:

    void SetMovementThreshold(int threshold) ;

should be replaced with

    void SetMovementThreshold(int threshold) {}

This solved the runtime linking problem previously reported.

Tim

I couldn't tell from the list archive whether the fix had already been
made, but the wxJoystick stub class for gtk on non-linux platforms is
missing a method implementation.

Line 224, misc2.cpp:

    void SetMovementThreshold(int threshold) ;

should be replaced with

    void SetMovementThreshold(int threshold) {}

This solved the runtime linking problem previously reported.

Oops! Thanks! I looked at that several times and didn't see it...

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!