From 67638eeec5267977940dce29c5a94ce4d093ed69 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 12 Dec 2016 18:26:16 +0300 Subject: Add constexpr and noexcept into some methods. --- src/being/compoundsprite.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/being') diff --git a/src/being/compoundsprite.h b/src/being/compoundsprite.h index 3c4002569..de9c8cf6e 100644 --- a/src/being/compoundsprite.h +++ b/src/being/compoundsprite.h @@ -97,13 +97,13 @@ class CompoundSprite notfinal : public Sprite bool updateNumber(const unsigned num) override final; - static void setEnableDelay(bool b) + constexpr static void setEnableDelay(bool b) noexcept2 { mEnableDelay = b; } - int getLastTime() const A_WARN_UNUSED + int getLastTime() const noexcept2 A_WARN_UNUSED { return mLastTime; } - int getStartTime() const A_WARN_UNUSED + int getStartTime() const noexcept2 A_WARN_UNUSED { return mStartTime; } std::vector mSprites; -- cgit v1.2.3-70-g09d2