Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Oct 8, 2020
1 parent afd4c39 commit e0ea858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/gui/test_gui2.cpp
Expand Up @@ -907,7 +907,7 @@ struct dialog_tester<mp_create_game>
}
mp_create_game* create()
{
return new mp_create_game(game_config_view_, state, true, nullptr);
return new mp_create_game(game_config_view_, state, true);
}
};

Expand Down

0 comments on commit e0ea858

Please sign in to comment.