diff options
Diffstat (limited to 'src/rotationalparticle.h')
-rw-r--r-- | src/rotationalparticle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rotationalparticle.h b/src/rotationalparticle.h index 34471666..465be989 100644 --- a/src/rotationalparticle.h +++ b/src/rotationalparticle.h @@ -38,9 +38,9 @@ class RotationalParticle : public ImageParticle RotationalParticle(Map *map, xmlNodePtr animationNode, const std::string& dyePalettes = std::string()); - ~RotationalParticle(); + ~RotationalParticle() override; - virtual bool update(); + bool update() override; private: SimpleAnimation *mAnimation; /**< Used animation for this particle */ |