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/particle/particlelist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/particle/particlelist.h') diff --git a/src/particle/particlelist.h b/src/particle/particlelist.h index 3da542b37..7c03a77d1 100644 --- a/src/particle/particlelist.h +++ b/src/particle/particlelist.h @@ -54,9 +54,9 @@ class ParticleList final : public ParticleContainer */ void removeLocally(const Particle *const particle); - void clearLocally() override final; + void clearLocally() final; - void moveTo(const float x, const float y) override final; + void moveTo(const float x, const float y) final; protected: std::list mElements; /**< Contained particle effects */ -- cgit v1.2.3-60-g2f50