diff --git a/src/playerdata.h b/src/playerdata.h index 61db7030..81d0d831 100644 --- a/src/playerdata.h +++ b/src/playerdata.h @@ -120,7 +120,7 @@ public: void AddPlayerLastGame(long last_games); void SetPlayerLastGames(std::vector last_games); std::vector GetPlayerLastGames(); - bool IsPlayerAllowedToJoinCreateLimitRank(string num, string period); + bool IsPlayerAllowedToJoinCreateLimitRank(std::string num, std::string period); bool operator<(const PlayerData &other) const;