mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 00:23:55 -07:00
fix compiling on gcc 9 (#3830)
This commit is contained in:
parent
cd29e2f252
commit
8879fc2e39
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ public:
|
||||||
ServerInfo_User_Container(ServerInfo_User *_userInfo = 0);
|
ServerInfo_User_Container(ServerInfo_User *_userInfo = 0);
|
||||||
ServerInfo_User_Container(const ServerInfo_User &_userInfo);
|
ServerInfo_User_Container(const ServerInfo_User &_userInfo);
|
||||||
ServerInfo_User_Container(const ServerInfo_User_Container &other);
|
ServerInfo_User_Container(const ServerInfo_User_Container &other);
|
||||||
|
ServerInfo_User_Container &operator=(const ServerInfo_User_Container &other) = default;
|
||||||
virtual ~ServerInfo_User_Container();
|
virtual ~ServerInfo_User_Container();
|
||||||
ServerInfo_User *getUserInfo() const
|
ServerInfo_User *getUserInfo() const
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue