diff options
Diffstat (limited to 'src/input/inputactiondata.h')
-rw-r--r-- | src/input/inputactiondata.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input/inputactiondata.h b/src/input/inputactiondata.h index 95c55e689..403f5050e 100644 --- a/src/input/inputactiondata.h +++ b/src/input/inputactiondata.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef INPUT_KEYDATA_H -#define INPUT_KEYDATA_H +#ifndef INPUT_INPUTACTIONDATA_H +#define INPUT_INPUTACTIONDATA_H #include "events/inputevent.h" @@ -59,4 +59,4 @@ namespace Input } // namespace Input -#endif // INPUT_KEYDATA_H +#endif // INPUT_INPUTACTIONDATA_H |