From ef9e8793c77683b46a99daf6a57ca05facc44752 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 17 Apr 2016 22:00:34 +0300 Subject: Fix code style. --- src/particle/particle.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/particle/particle.h') diff --git a/src/particle/particle.h b/src/particle/particle.h index 510fe5b6a..fe268a088 100644 --- a/src/particle/particle.h +++ b/src/particle/particle.h @@ -67,10 +67,10 @@ class Particle notfinal : public Actor /** * Draws the particle image. */ - virtual void draw(Graphics *restrict const graphics, - const int offsetX, - const int offsetY) const restrict2 override - A_CONST A_NONNULL(2); + void draw(Graphics *restrict const graphics, + const int offsetX, + const int offsetY) const restrict2 override + A_CONST A_NONNULL(2); /** * Necessary for sorting with the other sprites. -- cgit v1.2.3-70-g09d2