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…
Reference in a new issue