From 55480eb4477b2cf85af1bcdcc5e8ec4f4ce6682d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 17 Apr 2016 20:03:14 +0300 Subject: Remove override keyword, if it present with final. --- src/guild.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/guild.h') diff --git a/src/guild.h b/src/guild.h index 7e5b63a40..e0c9f1583 100644 --- a/src/guild.h +++ b/src/guild.h @@ -48,7 +48,7 @@ class GuildMember final : public Avatar void setPos(const int pos) { mPos = pos; } - std::string getAdditionString() const override final A_WARN_UNUSED; + std::string getAdditionString() const final A_WARN_UNUSED; protected: friend class Guild; @@ -150,10 +150,10 @@ class Guild final : public AvatarListModel * Get size of members list. * @return Returns the number of members in the guild. */ - int getNumberOfElements() override final A_WARN_UNUSED + int getNumberOfElements() final A_WARN_UNUSED { return CAST_S32(mMembers.size()); } - Avatar *getAvatarAt(const int i) override final A_WARN_UNUSED; + Avatar *getAvatarAt(const int i) final A_WARN_UNUSED; /** * Get whether user can invite users to this guild. -- cgit v1.2.3-60-g2f50