diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-17 21:55:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-17 21:55:47 +0300 |
commit | 5c9a571bcfe1a1a3e007fc53cca9c4ebd0be68a5 (patch) | |
tree | 7c55d024ca0c1e4219efaad5f6f17792771d037c /src/input/keyfunction.h | |
parent | c11527a8c7ba7dbea4028cd2011d43aab2718a81 (diff) | |
download | plus-5c9a571bcfe1a1a3e007fc53cca9c4ebd0be68a5.tar.gz plus-5c9a571bcfe1a1a3e007fc53cca9c4ebd0be68a5.tar.bz2 plus-5c9a571bcfe1a1a3e007fc53cca9c4ebd0be68a5.tar.xz plus-5c9a571bcfe1a1a3e007fc53cca9c4ebd0be68a5.zip |
Rename KeyItem into InputItem.
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 |