mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-29 18:13:55 -07:00
fix arch compiling (#6895)
This commit is contained in:
parent
aadee34238
commit
20cd7ce73d
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ public:
|
||||||
{
|
{
|
||||||
return playerId;
|
return playerId;
|
||||||
}
|
}
|
||||||
bool operator==(const PlayerReference &other)
|
bool operator==(const PlayerReference &other) const
|
||||||
{
|
{
|
||||||
return ((roomId == other.roomId) && (gameId == other.gameId) && (playerId == other.playerId));
|
return ((roomId == other.roomId) && (gameId == other.gameId) && (playerId == other.playerId));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue