diff options
Diffstat (limited to 'src/resources/sprite/animatedsprite.h')
-rw-r--r-- | src/resources/sprite/animatedsprite.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/sprite/animatedsprite.h b/src/resources/sprite/animatedsprite.h index 27d6b61a5..bd81f1a4e 100644 --- a/src/resources/sprite/animatedsprite.h +++ b/src/resources/sprite/animatedsprite.h @@ -138,10 +138,10 @@ class AnimatedSprite final : public Sprite #endif // UNITTESTS #ifdef DEBUG_ANIMATIONS - void setSpriteName(const std::string &restrict name) + void setSpriteName(const std::string &restrict name) noexcept2 { mSpriteName = name; } - std::string getSpriteName() const A_WARN_UNUSED + std::string getSpriteName() const noexcept2 A_WARN_UNUSED { return mSpriteName; } #endif // DEBUG_ANIMATIONS |