summaryrefslogtreecommitdiff
path: root/src/gui/base/keyevent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/base/keyevent.cpp')
-rw-r--r--src/gui/base/keyevent.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/base/keyevent.cpp b/src/gui/base/keyevent.cpp
index 35c4f06a5..d8d954bf3 100644
--- a/src/gui/base/keyevent.cpp
+++ b/src/gui/base/keyevent.cpp
@@ -79,11 +79,11 @@ namespace gcn
const unsigned int type,
const bool numericPad,
const Key& key) :
- InputEvent(source,
- shiftPressed,
- controlPressed,
- altPressed,
- metaPressed),
+ InputGuiEvent(source,
+ shiftPressed,
+ controlPressed,
+ altPressed,
+ metaPressed),
mType(type),
mIsNumericPad(numericPad),
mKey(key)