Fix -Wreorder warning from gcc

This commit is contained in:
loonycyborg 2016-08-25 14:13:03 +03:00
parent 1701031e1b
commit 5497b09321

View file

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