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/actor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/being/actor.h') diff --git a/src/being/actor.h b/src/being/actor.h index 72a9810ee..17029fbc5 100644 --- a/src/being/actor.h +++ b/src/being/actor.h @@ -70,7 +70,7 @@ class Actor notfinal /** * Returns the pixel position of this actor. */ - const Vector &getPixelPositionF() const A_WARN_UNUSED + const Vector &getPixelPositionF() const noexcept2 A_WARN_UNUSED { return mPos; } /** @@ -81,7 +81,7 @@ class Actor notfinal /** * Returns the pixels X coordinate of the actor. */ - int getPixelX() const A_WARN_UNUSED + int getPixelX() const noexcept2 A_WARN_UNUSED { return CAST_S32(mPos.x); } /** @@ -124,7 +124,7 @@ class Actor notfinal virtual void setMap(Map *const map); - const Map* getMap() const A_WARN_UNUSED + const Map* getMap() const noexcept2 A_WARN_UNUSED { return mMap; } int mPixelX; -- cgit v1.2.3-70-g09d2