From bebb71a3dfadb2b94ba46c0c66f0d40d6ef75e43 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 12 Dec 2016 20:26:59 +0300 Subject: Add noexcept in some files. --- src/being/being.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/being/being.h') diff --git a/src/being/being.h b/src/being/being.h index 581386d3e..e1f97a08b 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -142,13 +142,13 @@ class Being notfinal : public ActorSprite, const int dstY) restrict2; void setCachedDestination(const int dstX, - const int dstY) restrict2 + const int dstY) restrict2 noexcept2 { mCachedX = dstX; mCachedY = dstY; } - int getCachedX() const A_WARN_UNUSED + int getCachedX() const noexcept2 A_WARN_UNUSED { return mCachedX; } - int getCachedY() const A_WARN_UNUSED + int getCachedY() const noexcept2 A_WARN_UNUSED { return mCachedY; } /** -- cgit v1.2.3-60-g2f50