summaryrefslogtreecommitdiff
path: root/src/net/tmwa/beinghandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/beinghandler.h')
-rw-r--r--src/net/tmwa/beinghandler.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/net/tmwa/beinghandler.h b/src/net/tmwa/beinghandler.h
index 4f3e70fb1..fc989659e 100644
--- a/src/net/tmwa/beinghandler.h
+++ b/src/net/tmwa/beinghandler.h
@@ -35,19 +35,19 @@ class BeingHandler final : public Ea::BeingHandler
A_DELETE_COPY(BeingHandler)
- void requestNameById(const BeingId id) const override final;
+ void requestNameById(const BeingId id) const final;
- void undress(Being *const being) const override final;
+ void undress(Being *const being) const final;
#ifdef EATHENA_SUPPORT
- void requestRanks(const RankT rank A_UNUSED) const override final
+ void requestRanks(const RankT rank A_UNUSED) const final
A_CONST;
- void viewPlayerEquipment(const Being *const being) const override final
+ void viewPlayerEquipment(const Being *const being) const final
A_CONST;
#endif
- void requestNameByCharId(const int id) const override final A_CONST;
+ void requestNameByCharId(const int id) const final A_CONST;
};
} // namespace TmwAthena