diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-12-12 21:19:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-12-12 21:19:11 +0300 |
commit | 47bcf6b7096d8a210d3a92d8b36913bc8163c9b4 (patch) | |
tree | 8e85a0297bbbf75152e322b53910805902fa6815 /src/being/compoundsprite.h | |
parent | 7be232f47b28ce1759e6d911014acc4f35202a31 (diff) | |
download | plus-47bcf6b7096d8a210d3a92d8b36913bc8163c9b4.tar.gz plus-47bcf6b7096d8a210d3a92d8b36913bc8163c9b4.tar.bz2 plus-47bcf6b7096d8a210d3a92d8b36913bc8163c9b4.tar.xz plus-47bcf6b7096d8a210d3a92d8b36913bc8163c9b4.zip |
Another fix for old compilers.
Diffstat (limited to 'src/being/compoundsprite.h')
-rw-r--r-- | src/being/compoundsprite.h | 2 |
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 |