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/particlevector.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/particle/particlevector.h') diff --git a/src/particle/particlevector.h b/src/particle/particlevector.h index 8804991be..b04980773 100644 --- a/src/particle/particlevector.h +++ b/src/particle/particlevector.h @@ -55,9 +55,9 @@ class ParticleVector final : public ParticleContainer */ void delLocally(const int index); - 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::vector mIndexedElements; -- cgit v1.2.3-70-g09d2