From 126b1470842302537b0bc5e4527cf7fd540a9125 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 5 Feb 2013 12:33:10 +0300 Subject: Add checks and const to animatedsprites and related classes. --- src/particle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/particle.cpp') diff --git a/src/particle.cpp b/src/particle.cpp index a14fac698..19d732653 100644 --- a/src/particle.cpp +++ b/src/particle.cpp @@ -101,7 +101,7 @@ void Particle::setupEngine() logger->log1("Particle engine set up"); } -bool Particle::draw(Graphics *, int, int) const +bool Particle::draw(Graphics *const, const int, const int) const { return false; } -- cgit v1.2.3-60-g2f50