From 4ed616a424ff3c27075a86f33dc138cfcb375c67 Mon Sep 17 00:00:00 2001 From: Bryant Date: Fri, 14 Jun 2013 16:53:57 -0700 Subject: [PATCH] Fix for improperly-named slot causing runtime error. --- src/input/JoystickInput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/JoystickInput.h b/src/input/JoystickInput.h index f339065..e9a9940 100644 --- a/src/input/JoystickInput.h +++ b/src/input/JoystickInput.h @@ -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.