summaryrefslogtreecommitdiff
path: root/src/particlecontainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/particlecontainer.cpp')
-rw-r--r--src/particlecontainer.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/particlecontainer.cpp b/src/particlecontainer.cpp
index c570d6d3..63f89079 100644
--- a/src/particlecontainer.cpp
+++ b/src/particlecontainer.cpp
@@ -21,6 +21,7 @@
#include <cassert>
+#include "particle.h"
#include "particlecontainer.h"
@@ -44,7 +45,6 @@ void ParticleContainer::clear()
mNext->clear();
}
-
void ParticleContainer::moveTo(float x, float y)
{
if (mNext)
@@ -109,9 +109,6 @@ void ParticleList::moveTo(float x, float y)
}
}
-
-
-
// -- particle vector ----------------------------------------
ParticleVector::ParticleVector(ParticleContainer *parent, bool delParent):