From b50eee3c4571c4a4657bc14c2935067d833bb801 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 23 Dec 2015 01:48:19 +0300 Subject: Add const attribute to net classes. --- src/net/tmwa/friendshandler.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/net/tmwa/friendshandler.h') diff --git a/src/net/tmwa/friendshandler.h b/src/net/tmwa/friendshandler.h index bd223a499..cb751faea 100644 --- a/src/net/tmwa/friendshandler.h +++ b/src/net/tmwa/friendshandler.h @@ -34,14 +34,14 @@ class FriendsHandler final : public Net::FriendsHandler A_DELETE_COPY(FriendsHandler) - void invite(const std::string &name) const override final; + void invite(const std::string &name) const override final A_CONST; void inviteResponse(const int accountId, const int charId, - const bool accept) const override final; + const bool accept) const override final A_CONST; void remove(const int accountId, - const int charId) const override final; + const int charId) const override final A_CONST; }; } // namespace TmwAthena -- cgit v1.2.3-60-g2f50