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