diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-11-09 03:16:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-11-09 03:16:39 +0300 |
commit | 955d2dab6f5e75c913bdfa15ed2d6b9c3cdf3338 (patch) | |
tree | 8f5fc1cd758da4bda6a305ebcd95d3ccd719d98e /src/particlecontainer.h | |
parent | 274737b8d9b46dfcf6fc696123e869bbf6adaaf6 (diff) | |
download | plus-955d2dab6f5e75c913bdfa15ed2d6b9c3cdf3338.tar.gz plus-955d2dab6f5e75c913bdfa15ed2d6b9c3cdf3338.tar.bz2 plus-955d2dab6f5e75c913bdfa15ed2d6b9c3cdf3338.tar.xz plus-955d2dab6f5e75c913bdfa15ed2d6b9c3cdf3338.zip |
Fix code style.
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(); /** |