summaryrefslogtreecommitdiff
path: root/src/party.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-09-18 22:39:29 +0300
committerAndrei Karas <akaras@inbox.ru>2013-09-18 22:39:29 +0300
commit6419386c4c382753509425826ee609dd07d4ae72 (patch)
treef5f6d54f86a86a21a8145891797a561f5bb8e8d8 /src/party.cpp
parent78744020528ef6231e1606bbe2e8c53011c77935 (diff)
downloadManaVerse-6419386c4c382753509425826ee609dd07d4ae72.tar.gz
ManaVerse-6419386c4c382753509425826ee609dd07d4ae72.tar.bz2
ManaVerse-6419386c4c382753509425826ee609dd07d4ae72.tar.xz
ManaVerse-6419386c4c382753509425826ee609dd07d4ae72.zip
add const to other files.
Diffstat (limited to 'src/party.cpp')
-rw-r--r--src/party.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/party.cpp b/src/party.cpp
index b6594672a..2f747e752 100644
--- a/src/party.cpp
+++ b/src/party.cpp
@@ -27,7 +27,7 @@
#include "debug.h"
-static class SortPartyFunctor final
+static const class SortPartyFunctor final
{
public:
bool operator() (const PartyMember *const p1,