diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-02-29 20:56:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-02-29 20:56:37 +0300 |
commit | c53136fce2b1cca1bb9273255ad86f0aded747c2 (patch) | |
tree | 3ba8a7e1d9e46e79cfbb784353bc567bbe8c9d68 /src/particlecontainer.h | |
parent | 5b4160a49385bc6895681c5d103a4a5716829e4b (diff) | |
download | plus-c53136fce2b1cca1bb9273255ad86f0aded747c2.tar.gz plus-c53136fce2b1cca1bb9273255ad86f0aded747c2.tar.bz2 plus-c53136fce2b1cca1bb9273255ad86f0aded747c2.tar.xz plus-c53136fce2b1cca1bb9273255ad86f0aded747c2.zip |
Fix code style in empty methods.
Diffstat (limited to 'src/particlecontainer.h')
-rw-r--r-- | src/particlecontainer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/particlecontainer.h b/src/particlecontainer.h index a8af163fd..4e402044b 100644 --- a/src/particlecontainer.h +++ b/src/particlecontainer.h @@ -57,7 +57,8 @@ public: /** * Kills and removes all particle effects (only in this container) */ - virtual void clearLocally() {} + virtual void clearLocally() + { } /** * Sets the positions of all elements |