summaryrefslogtreecommitdiff
path: root/src/particlecontainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/particlecontainer.cpp')
-rw-r--r--src/particlecontainer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/particlecontainer.cpp b/src/particlecontainer.cpp
index 26f7b5403..a890f0d9c 100644
--- a/src/particlecontainer.cpp
+++ b/src/particlecontainer.cpp
@@ -30,8 +30,8 @@ typedef std::list<Particle *>::const_iterator ParticleListCIter;
ParticleContainer::ParticleContainer(ParticleContainer *const parent,
const bool delParent):
- mDelParent(delParent),
- mNext(parent)
+ mNext(parent),
+ mDelParent(delParent)
{
}