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/being/localplayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/being/localplayer.h') diff --git a/src/being/localplayer.h b/src/being/localplayer.h index bf342e8c3..9226c1806 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -281,7 +281,7 @@ class LocalPlayer final : public Being, /** * Sets the map the being is on */ - void setMap(Map *const map); + void setMap(Map *const map) override final; void addMessageToQueue(const std::string &message, const int color = UserPalette::EXP_INFO); -- cgit v1.2.3-60-g2f50