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