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/imageparticle.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/particle/imageparticle.h') diff --git a/src/particle/imageparticle.h b/src/particle/imageparticle.h index 98a0f3d25..fab5dd4b5 100644 --- a/src/particle/imageparticle.h +++ b/src/particle/imageparticle.h @@ -51,9 +51,9 @@ class ImageParticle notfinal : public Particle virtual void draw(Graphics *restrict const graphics, const int offsetX, const int offsetY) const - restrict2 override final A_NONNULL(2); + restrict2 final A_NONNULL(2); - void setAlpha(const float alpha) restrict2 override final + void setAlpha(const float alpha) restrict2 final { mAlpha = alpha; } static StringIntMap imageParticleCountByName; -- cgit v1.2.3-70-g09d2