diff options
Diffstat (limited to 'platform/x11/os_x11.h')
-rw-r--r-- | platform/x11/os_x11.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/x11/os_x11.h b/platform/x11/os_x11.h index b89921fb3e..4f9ff71298 100644 --- a/platform/x11/os_x11.h +++ b/platform/x11/os_x11.h @@ -155,7 +155,7 @@ class OS_X11 : public OS_Unix { InputDefault *input; #ifdef JOYDEV_ENABLED - joystick_linux *joystick; + joypad_linux *joypad; #endif #ifdef RTAUDIO_ENABLED |