Skip to content

Commit

Permalink
Fixup 80d26af
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Aug 6, 2019
1 parent 80d26af commit 318a39a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/gui/test_gui2.cpp
Expand Up @@ -833,7 +833,7 @@ struct dialog_tester<mp_lobby>
wesnothd_connection connection;
std::vector<std::string> installed_addons;
mp::lobby_info li;
dialog_tester() : connection("", ""), init(connection), li(installed_addons)
dialog_tester() : connection("", ""), li(installed_addons)
{
}
mp_lobby* create()
Expand All @@ -860,7 +860,7 @@ struct dialog_tester<lobby_player_info>
std::vector<std::string> installed_addons;
mp::lobby_info li;
dialog_tester()
: connection("", ""), init(connection)
: connection("", "")
, ui(c), li(installed_addons)
{
}
Expand Down

0 comments on commit 318a39a

Please sign in to comment.