summaryrefslogtreecommitdiff
path: root/src/party.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-02-01 22:19:21 +0300
committerAndrei Karas <akaras@inbox.ru>2013-02-01 22:19:21 +0300
commit869c7fe8852248f03849c930c894d8fa218631b5 (patch)
treef86356b6565f68ebd8ba8f6b69ea3a6b5e87b251 /src/party.cpp
parentf659dfb18c130896f5c51fffca7fbe79f6eba502 (diff)
downloadplus-869c7fe8852248f03849c930c894d8fa218631b5.tar.gz
plus-869c7fe8852248f03849c930c894d8fa218631b5.tar.bz2
plus-869c7fe8852248f03849c930c894d8fa218631b5.tar.xz
plus-869c7fe8852248f03849c930c894d8fa218631b5.zip
Fix code style.
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 514fa3dc6..ab4e921d1 100644
--- a/src/party.cpp
+++ b/src/party.cpp
@@ -25,7 +25,7 @@
#include "debug.h"
-class SortPartyFunctor final
+static const class SortPartyFunctor final
{
public:
bool operator() (const PartyMember *const p1,