fix compiling on gcc 9 (#3830)

This commit is contained in:
ebbit1q 2019-10-02 21:48:49 +02:00 committed by Zach H
parent cd29e2f252
commit 8879fc2e39

View file

@ -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
{ {