summaryrefslogtreecommitdiff
path: root/src/being/compoundsprite.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/compoundsprite.h')
-rw-r--r--src/being/compoundsprite.h2
1 files changed, 1 insertions, 1 deletions
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