diff options
Diffstat (limited to 'src/input/keyfunction.h')
-rw-r--r-- | src/input/keyfunction.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/keyfunction.h b/src/input/keyfunction.h index 2376e4da5..22d8e358f 100644 --- a/src/input/keyfunction.h +++ b/src/input/keyfunction.h @@ -21,7 +21,7 @@ #ifndef INPUT_KEYFUNCTION_H #define INPUT_KEYFUNCTION_H -#include "input/keyitem.h" +#include "input/inputitem.h" #include "localconsts.h" @@ -29,7 +29,7 @@ const unsigned int KeyFunctionSize = 3; struct KeyFunction final { - KeyItem values[KeyFunctionSize]; + InputItem values[KeyFunctionSize]; }; #endif // INPUT_KEYFUNCTION_H |