summaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
Diffstat (limited to 'src/input')
-rw-r--r--src/input/keyevent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/keyevent.h b/src/input/keyevent.h
index eaed82376..a9d9cd1a8 100644
--- a/src/input/keyevent.h
+++ b/src/input/keyevent.h
@@ -43,7 +43,7 @@ class KeyEvent final : public gcn::KeyEvent
A_DELETE_COPY(KeyEvent)
- virtual ~KeyEvent();
+ ~KeyEvent();
int getActionId() const A_WARN_UNUSED
{ return mActionId; }