summaryrefslogtreecommitdiff
path: root/src/gui/sdlinput.h
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-12-22 22:26:42 +0100
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2012-01-09 07:00:17 +0100
commitbb94a1c1906de4b7d71690f15f05f5fe9fbdb444 (patch)
treec3d886d4e6d6bdcb74e548ecf4dd346cd425c173 /src/gui/sdlinput.h
parent9a702e64449ba54fab28706c5b9c5ff9f2a41f8a (diff)
downloadMana-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.h2
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,