From 3a407bb6b73a186eafd99bcec570f88097c4b2e1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 4 Sep 2012 19:11:53 +0300 Subject: Add const to more classes. --- src/textparticle.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/textparticle.h') diff --git a/src/textparticle.h b/src/textparticle.h index f136be78a..55c8eab9d 100644 --- a/src/textparticle.h +++ b/src/textparticle.h @@ -31,9 +31,9 @@ class TextParticle : public Particle /** * Constructor. */ - TextParticle(Map *map, const std::string &text, - const gcn::Color* color, - gcn::Font *font, bool outline = false); + TextParticle(Map *const map, const std::string &text, + const gcn::Color *const color, + gcn::Font *const font, const bool outline = false); /** * Draws the particle image. -- cgit v1.2.3-70-g09d2