summaryrefslogtreecommitdiff
path: root/src/being/playerrelations.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/playerrelations.h')
-rw-r--r--src/being/playerrelations.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/playerrelations.h b/src/being/playerrelations.h
index f37e33d89..200cdf311 100644
--- a/src/being/playerrelations.h
+++ b/src/being/playerrelations.h
@@ -270,7 +270,7 @@ class PlayerRelationsManager final
// ignored data upon reloading
unsigned int mDefaultPermissions;
- bool checkName(const std::string &name) const A_WARN_UNUSED;
+ static bool checkName(const std::string &name) A_WARN_UNUSED;
PlayerIgnoreStrategy *mIgnoreStrategy;
std::map<std::string, PlayerRelation *> mRelations;