mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-20 17:32:15 -07:00
add missing override and explicit specifiers in common
This commit is contained in:
parent
f6c31bf901
commit
cf3a33a09f
8 changed files with 11 additions and 11 deletions
|
|
@ -64,7 +64,7 @@ public:
|
|||
const QString &_joinMessage,
|
||||
const QStringList &_gameTypes,
|
||||
Server *parent);
|
||||
~Server_Room();
|
||||
~Server_Room() override;
|
||||
int getId() const
|
||||
{
|
||||
return id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue