From e7d34cc22d3bfd0dd44b014af1bd5fdc891141aa Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 7 Apr 2013 19:22:02 +0300 Subject: fix more style, add consts. --- src/party.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/party.h') diff --git a/src/party.h b/src/party.h index ffc21b852..aad6adaad 100644 --- a/src/party.h +++ b/src/party.h @@ -151,7 +151,7 @@ public: typedef std::vector MemberList; - MemberList *getMembers() A_WARN_UNUSED + const MemberList *getMembers() const A_WARN_UNUSED { return &mMembers; } static Party *getParty(const short id) A_WARN_UNUSED; -- cgit v1.2.3-70-g09d2