add missing override and explicit specifiers in common (#5527)

This commit is contained in:
RickyRister
2025-01-25 14:06:03 +00:00
committed by GitHub
parent b911ea6e28
commit aee68f8b00
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ public:
bool _spectatorsSeeEverything,
int startingLifeTotal,
Server_Room *parent);
~Server_Game();
~Server_Game() override;
Server_Room *getRoom() const
{
return room;