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/party.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/party.h') diff --git a/src/party.h b/src/party.h index 51cfc2f3b..d69ebdd4f 100644 --- a/src/party.h +++ b/src/party.h @@ -126,10 +126,10 @@ class Party final : public AvatarListModel * Get size of members list. * @return Returns the number of members in the party. */ - 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; + Avatar *getAvatarAt(const int i) final; /** * Get whether user can invite users to this party. -- cgit v1.2.3-60-g2f50