mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
add missing override and explicit specifiers in common (#5527)
This commit is contained in:
parent
b911ea6e28
commit
aee68f8b00
8 changed files with 11 additions and 11 deletions
|
|
@ -9,8 +9,8 @@ protected:
|
|||
ServerInfo_User *userInfo;
|
||||
|
||||
public:
|
||||
ServerInfo_User_Container(ServerInfo_User *_userInfo = nullptr);
|
||||
ServerInfo_User_Container(const ServerInfo_User &_userInfo);
|
||||
explicit ServerInfo_User_Container(ServerInfo_User *_userInfo = nullptr);
|
||||
explicit ServerInfo_User_Container(const ServerInfo_User &_userInfo);
|
||||
ServerInfo_User_Container(const ServerInfo_User_Container &other);
|
||||
ServerInfo_User_Container &operator=(const ServerInfo_User_Container &other) = default;
|
||||
virtual ~ServerInfo_User_Container();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue