From eff128d7019ea0cd137a5fff6cc67825f90c4e1b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 19 Oct 2013 18:54:32 +0300 Subject: fix code style --- src/particle/imageparticle.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/particle/imageparticle.h') diff --git a/src/particle/imageparticle.h b/src/particle/imageparticle.h index 26a5ac651..c05b2316e 100644 --- a/src/particle/imageparticle.h +++ b/src/particle/imageparticle.h @@ -28,7 +28,6 @@ #include class Image; -class Map; /** * A particle that uses an image for its visualization. @@ -42,7 +41,7 @@ class ImageParticle : public Particle * @param map the map this particle appears on * @param image an Image instance, may not be NULL */ - ImageParticle(Image *const image); + explicit ImageParticle(Image *const image); A_DELETE_COPY(ImageParticle) -- cgit v1.2.3-60-g2f50