From ed216e4ccbb7b2021d80f3bced8f56ec3dde4295 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 24 Jul 2016 21:55:59 +0300 Subject: Remove useless virtual keyword from castingeffect.h --- src/being/castingeffect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/being/castingeffect.h') diff --git a/src/being/castingeffect.h b/src/being/castingeffect.h index c12305b47..846743746 100644 --- a/src/being/castingeffect.h +++ b/src/being/castingeffect.h @@ -53,7 +53,7 @@ class CastingEffect final : public Actor const int offsetX, const int offsetY) const override final A_NONNULL(2); - virtual int getSortPixelY() const restrict2 override A_WARN_UNUSED + int getSortPixelY() const restrict2 override A_WARN_UNUSED { return mPixelY - mYDiff; } void update(const int time); -- cgit v1.2.3-60-g2f50