diff options
Diffstat (limited to 'src/party.cpp')
-rw-r--r-- | src/party.cpp | 2 |
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, |