Fix -Wreorder warning from gcc
This commit is contained in:
parent
1701031e1b
commit
5497b09321
1 changed files with 1 additions and 1 deletions
|
@ -802,9 +802,9 @@ struct twrapper<gui2::tlobby_player_info>
|
|||
{
|
||||
config c;
|
||||
fake_chat_handler ch;
|
||||
user_info ui;
|
||||
twesnothd_connection wesnothd_connection;
|
||||
twesnothd_connection_init wesnothd_connection_init;
|
||||
user_info ui;
|
||||
lobby_info li;
|
||||
twrapper()
|
||||
: wesnothd_connection("", ""), wesnothd_connection_init(wesnothd_connection)
|
||||
|
|
Loading…
Add table
Reference in a new issue