summaryrefslogtreecommitdiff
path: root/src/particleemitter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/particleemitter.h')
-rw-r--r--src/particleemitter.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/particleemitter.h b/src/particleemitter.h
index 809a6ded..e16ee241 100644
--- a/src/particleemitter.h
+++ b/src/particleemitter.h
@@ -70,8 +70,7 @@ class ParticleEmitter
/**
* Sets the target of the particles that are created
*/
- void
- setTarget(Particle *target)
+ void setTarget(Particle *target)
{ mParticleTarget = target; };
private: