From 4a5cdfe19cbb50e3b58149c6e91312366ee4b771 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 22 Sep 2012 02:34:48 +0300 Subject: Add override keyword to most overriden methods. --- src/gui/killstats.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/killstats.h') diff --git a/src/gui/killstats.h b/src/gui/killstats.h index 1db3a4943..6ae4a6575 100644 --- a/src/gui/killstats.h +++ b/src/gui/killstats.h @@ -55,7 +55,7 @@ class KillStats final : public Window, /** * Stuff. */ - void action(const gcn::ActionEvent &event); + void action(const gcn::ActionEvent &event) override; void gainXp(int Xp); @@ -67,7 +67,7 @@ class KillStats final : public Window, /** * Draw this window */ - void draw(gcn::Graphics *graphics); + void draw(gcn::Graphics *graphics) override; /** * Updates this dialog @@ -84,7 +84,7 @@ class KillStats final : public Window, void jackoAlive(const int id); void processEvent(Channels channel A_UNUSED, - const DepricatedEvent &event); + const DepricatedEvent &event) override; void resetTimes(); -- cgit v1.2.3-60-g2f50