From 47bcf6b7096d8a210d3a92d8b36913bc8163c9b4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 12 Dec 2016 21:19:11 +0300 Subject: Another fix for old compilers. --- src/being/compoundsprite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/being/compoundsprite.h') diff --git a/src/being/compoundsprite.h b/src/being/compoundsprite.h index de9c8cf6e..252372c05 100644 --- a/src/being/compoundsprite.h +++ b/src/being/compoundsprite.h @@ -97,7 +97,7 @@ class CompoundSprite notfinal : public Sprite bool updateNumber(const unsigned num) override final; - constexpr static void setEnableDelay(bool b) noexcept2 + constexpr2 static void setEnableDelay(bool b) noexcept2 { mEnableDelay = b; } int getLastTime() const noexcept2 A_WARN_UNUSED -- cgit v1.2.3-60-g2f50