Skip to content

Commit

Permalink
Fix -Wreorder warning from gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
loonycyborg committed Aug 25, 2016
1 parent 1701031 commit 5497b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/gui/test_gui2.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit 5497b09

Please sign in to comment.