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 b04980773..8804991be 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() final; + void clearLocally() override final; - void moveTo(const float x, const float y) final; + void moveTo(const float x, const float y) override final; protected: std::vector<Particle *> mIndexedElements; |