From 7e1e1e97909d183749f2dcdfaa938c6e4737f927 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 f33906505..e9a994030 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. -- 2.22.0