mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 19:10:07 +00:00
Added constructor to initialize all members.
This commit is contained in:
parent
59083a5b4d
commit
c22a395b28
@ -213,6 +213,15 @@ public:
|
||||
private:
|
||||
struct user_info
|
||||
{
|
||||
user_info() :
|
||||
name(),
|
||||
game_id(),
|
||||
location(),
|
||||
relation(ME),
|
||||
state(LOBBY)
|
||||
{
|
||||
}
|
||||
|
||||
std::string name;
|
||||
std::string game_id;
|
||||
std::string location;
|
||||
|
Loading…
x
Reference in New Issue
Block a user