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