From dba0611175c8d4a56dfbc918ccef139351e5c3e0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 17 Apr 2016 23:06:06 +0300 Subject: Revert "Remove override keyword, if it present with final." This reverts commit 55480eb4477b2cf85af1bcdcc5e8ec4f4ce6682d. --- src/particle/imageparticle.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/particle/imageparticle.h') diff --git a/src/particle/imageparticle.h b/src/particle/imageparticle.h index 04395d870..42e01266d 100644 --- a/src/particle/imageparticle.h +++ b/src/particle/imageparticle.h @@ -50,9 +50,10 @@ class ImageParticle notfinal : public Particle */ void draw(Graphics *restrict const graphics, const int offsetX, - const int offsetY) const restrict2 final A_NONNULL(2); + const int offsetY) const + restrict2 override final A_NONNULL(2); - void setAlpha(const float alpha) restrict2 final + void setAlpha(const float alpha) restrict2 override final { mAlpha = alpha; } static StringIntMap imageParticleCountByName; -- cgit v1.2.3-70-g09d2