From b8c77348db8b0bf500cb6a13cce75c61a544c500 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 24 Oct 2013 12:19:01 +0300 Subject: add final keyword to all other files. --- src/animatedsprite.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/animatedsprite.h') diff --git a/src/animatedsprite.h b/src/animatedsprite.h index 83722ebf8..7b92d5d0e 100644 --- a/src/animatedsprite.h +++ b/src/animatedsprite.h @@ -63,14 +63,14 @@ class AnimatedSprite final : public Sprite ~AnimatedSprite(); - bool reset() override; + bool reset() override final; - bool play(const std::string &action) override; + bool play(const std::string &action) override final; - bool update(const int time) override; + bool update(const int time) override final; bool draw(Graphics *const graphics, - const int posX, const int posY) const override; + const int posX, const int posY) const override final; int getWidth() const A_WARN_UNUSED; @@ -89,9 +89,9 @@ class AnimatedSprite final : public Sprite unsigned int getFrameCount() const A_WARN_UNUSED; - void setAlpha(float alpha) override; + void setAlpha(float alpha) override final; - const void *getHash() const override A_WARN_UNUSED; + const void *getHash() const override final A_WARN_UNUSED; bool updateNumber(const unsigned num); -- cgit v1.2.3-60-g2f50