From 0c863b2e2cc7f5be6baa918c8fffb0ee44c02cc7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 18 Feb 2015 13:20:34 +0300 Subject: Add missing override keywords. --- src/gui/windows/socialwindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/windows/socialwindow.h') diff --git a/src/gui/windows/socialwindow.h b/src/gui/windows/socialwindow.h index 26860d117..d5f015e5d 100644 --- a/src/gui/windows/socialwindow.h +++ b/src/gui/windows/socialwindow.h @@ -129,9 +129,9 @@ class SocialWindow final : public Window, void updateGuildCounter(const int online = 0, const int total = 0); - void updatedPlayer(const std::string &name); + void updatedPlayer(const std::string &name) override final; - void updateAll(); + void updateAll() override final; #ifdef USE_PROFILER void logicChildren(); -- cgit v1.2.3-70-g09d2