diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-12-22 22:26:42 +0100 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2012-01-09 07:00:17 +0100 |
commit | bb94a1c1906de4b7d71690f15f05f5fe9fbdb444 (patch) | |
tree | c3d886d4e6d6bdcb74e548ecf4dd346cd425c173 /src/gui/sdlinput.h | |
parent | 9a702e64449ba54fab28706c5b9c5ff9f2a41f8a (diff) | |
download | mana-bb94a1c1906de4b7d71690f15f05f5fe9fbdb444.tar.gz mana-bb94a1c1906de4b7d71690f15f05f5fe9fbdb444.tar.bz2 mana-bb94a1c1906de4b7d71690f15f05f5fe9fbdb444.tar.xz mana-bb94a1c1906de4b7d71690f15f05f5fe9fbdb444.zip |
Changed INT and DELETE enum names to fix C::B compilation.
This was introduced since Crush updated his mana lib pack.
I simply changed the names to avoid a collision.
Reviewed-by: Ablu.
Diffstat (limited to 'src/gui/sdlinput.h')
-rw-r--r-- | src/gui/sdlinput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/sdlinput.h b/src/gui/sdlinput.h index b441380a..fe4ff4bb 100644 --- a/src/gui/sdlinput.h +++ b/src/gui/sdlinput.h @@ -88,7 +88,7 @@ namespace Key INSERT, HOME, PAGE_UP, - DELETE, + DELETE_KEY, END, PAGE_DOWN, ESCAPE, |