Browse Source

Fix for improperly-named slot causing runtime error.

QGC4.4
Bryant 12 years ago
parent
commit
4ed616a424
  1. 2
      src/input/JoystickInput.h

2
src/input/JoystickInput.h

@ -225,7 +225,7 @@ public slots: @@ -225,7 +225,7 @@ public slots:
* @param newMapping The mapping to use.
* @see JOYSTICK_INPUT_MAPPING
*/
void setAxisMapping(int axis, JOYSTICK_INPUT_MAPPING newMapping);
void setAxisMapping(int axis, JoystickInput::JOYSTICK_INPUT_MAPPING newMapping);
/**
* @brief Specify if an axis should be inverted.
* @param axis The ID of the axis.

Loading…
Cancel
Save