diff options
Diffstat (limited to 'src/input/inputactionmap.h')
-rw-r--r-- | src/input/inputactionmap.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 538ba8675..cb1278d08 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef INPUT_KEYBOARDDATA_H -#define INPUT_KEYBOARDDATA_H +#ifndef INPUT_INPUTACTIONMAP_H +#define INPUT_INPUTACTIONMAP_H #include "actionmanager.h" #include "sdlshared.h" @@ -2221,4 +2221,4 @@ static const InputActionData inputActionData[InputAction::TOTAL] = { | InputCondition::VALIDSPEED} }; -#endif // INPUT_KEYBOARDDATA_H +#endif // INPUT_INPUTACTIONMAP_H |