Fixup 7767902
This commit is contained in:
parent
7767902261
commit
fee641516b
1 changed files with 1 additions and 1 deletions
|
@ -858,7 +858,7 @@ struct dialog_tester<mp_lobby>
|
|||
wesnothd_connection_init init;
|
||||
std::vector<std::string> installed_addons;
|
||||
mp::lobby_info li;
|
||||
dialog_tester() : connection("", ""), init(*connection), li(game_config, installed_addons)
|
||||
dialog_tester() : connection("", ""), init(connection), li(game_config, installed_addons)
|
||||
{
|
||||
}
|
||||
mp_lobby* create()
|
||||
|
|
Loading…
Add table
Reference in a new issue