diff options
Diffstat (limited to 'src/particle/particlevector.h')
-rw-r--r-- | src/particle/particlevector.h | 4 |
1 files changed, 2 insertions, 2 deletions
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<Particle *> mIndexedElements; |