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 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, |