mark function as override to make clang happy

This commit is contained in:
ebbit1q 2025-09-19 03:30:28 +02:00
parent 270b957618
commit 2e35ef11d9

View file

@ -41,7 +41,7 @@ private:
bool sideboardLocked;
void revealTopCardIfNeeded(Server_CardZone *zone, GameEventStorage &ges);
void sendCreateTokenEvents(Server_CardZone *zone, Server_Card *card, int xCoord, int yCoord, GameEventStorage &ges);
void getPlayerProperties(ServerInfo_PlayerProperties &result);
void getPlayerProperties(ServerInfo_PlayerProperties &result) override;
public:
Server_Player(Server_Game *_game,