From 4a5cdfe19cbb50e3b58149c6e91312366ee4b771 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 22 Sep 2012 02:34:48 +0300 Subject: Add override keyword to most overriden methods. --- src/imageparticle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/imageparticle.h') diff --git a/src/imageparticle.h b/src/imageparticle.h index 7196748fe..df1f5bdf1 100644 --- a/src/imageparticle.h +++ b/src/imageparticle.h @@ -52,7 +52,7 @@ class ImageParticle : public Particle /** * Draws the particle image */ - virtual bool draw(Graphics *graphics, int offsetX, int offsetY) const; + virtual bool draw(Graphics *graphics, int offsetX, int offsetY) const override; static std::map imageParticleCountByName; protected: -- cgit v1.2.3-70-g09d2