summaryrefslogtreecommitdiff
path: root/src/particle
diff options
context:
space:
mode:
Diffstat (limited to 'src/particle')
-rw-r--r--src/particle/particlecontainer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/particle/particlecontainer.h b/src/particle/particlecontainer.h
index 7b8f9f83f..959a950fc 100644
--- a/src/particle/particlecontainer.h
+++ b/src/particle/particlecontainer.h
@@ -40,8 +40,8 @@ class ParticleContainer notfinal
*
* delParent means that the destructor should also free the parent.
*/
- explicit ParticleContainer(ParticleContainer *const parent = nullptr,
- const bool delParent = true);
+ ParticleContainer(ParticleContainer *const parent,
+ const bool delParent);
A_DELETE_COPY(ParticleContainer)