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/resources/map/tileset.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/resources/map/tileset.h') diff --git a/src/resources/map/tileset.h b/src/resources/map/tileset.h index 93ff16c2d..a2ded3596 100644 --- a/src/resources/map/tileset.h +++ b/src/resources/map/tileset.h @@ -53,13 +53,14 @@ class Tileset final : public ImageSet /** * Returns the first gid. */ - int getFirstGid() const A_WARN_UNUSED + int getFirstGid() const noexcept2 A_WARN_UNUSED { return mFirstGid; } /** * Set tileset property. */ - void setProperties(const std::map &props) + void setProperties(const std::map &props) noexcept2 { mProperties = props; } /** -- cgit v1.2.3-60-g2f50