From 3e16eec4b33fb8882957b45c83c5c1f2b57625d2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 17 Jul 2014 16:13:39 +0300 Subject: Rename keydata into inputactiondata. --- src/input/keysortfunctor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/input/keysortfunctor.h') diff --git a/src/input/keysortfunctor.h b/src/input/keysortfunctor.h index fae1bedda..fedb4c395 100644 --- a/src/input/keysortfunctor.h +++ b/src/input/keysortfunctor.h @@ -21,7 +21,7 @@ #ifndef INPUT_KEYSORTFUNCTOR_H #define INPUT_KEYSORTFUNCTOR_H -#include "input/keydata.h" +#include "input/inputactiondata.h" #include "localconsts.h" @@ -33,7 +33,7 @@ class KeySortFunctor final return keys[key1].priority >= keys[key2].priority; } - const KeyData *keys; + const InputActionData *keys; }; #endif // INPUT_KEYSORTFUNCTOR_H -- cgit v1.2.3-70-g09d2