summaryrefslogtreecommitdiff
path: root/src/being/flooritem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/flooritem.h')
-rw-r--r--src/being/flooritem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/flooritem.h b/src/being/flooritem.h
index 7d7a12022..343e50c40 100644
--- a/src/being/flooritem.h
+++ b/src/being/flooritem.h
@@ -64,7 +64,7 @@ class FloorItem final : public ActorSprite
void postInit(Map *const map, int subX, int subY);
- ActorTypeT getType() const override final A_WARN_UNUSED
+ ActorTypeT getType() const noexcept override final A_WARN_UNUSED
{ return ActorType::FloorItem; }
void draw(Graphics *const graphics,