From 851cc4e95093cb7bd1adce99be95a864d68f8d38 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 26 Sep 2013 13:54:12 +0300 Subject: remove useless virtual keywords. --- src/input/keyevent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input') 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; } -- cgit v1.2.3-60-g2f50