diff options
Diffstat (limited to 'src/particlecontainer.h')
-rw-r--r-- | src/particlecontainer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/particlecontainer.h b/src/particlecontainer.h index 937c4dd63..2219bd67c 100644 --- a/src/particlecontainer.h +++ b/src/particlecontainer.h @@ -45,7 +45,7 @@ public: * delParent means that the destructor should also free the parent. */ ParticleContainer(ParticleContainer *parent = nullptr, - bool delParent = true); + bool delParent = true); virtual ~ParticleContainer(); |