mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 19:11:31 -07:00
fix arch compiling (#6895)
This commit is contained in:
@@ -24,7 +24,7 @@ public:
|
||||
{
|
||||
return playerId;
|
||||
}
|
||||
bool operator==(const PlayerReference &other)
|
||||
bool operator==(const PlayerReference &other) const
|
||||
{
|
||||
return ((roomId == other.roomId) && (gameId == other.gameId) && (playerId == other.playerId));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user