Skip to content

Commit

Permalink
Clean up declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
loonycyborg committed Jan 8, 2021
1 parent 028c4c2 commit 23eba5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/wesnothd/server.hpp
Expand Up @@ -194,7 +194,7 @@ class server : public server_base

void delete_game(int, const std::string& reason="");

void update_game_in_lobby(const game& g, utils::optional< wesnothd::player_iterator > exclude = {});
void update_game_in_lobby(const game& g, utils::optional<player_iterator> exclude = {});

void start_new_server();

Expand Down

0 comments on commit 23eba5a

Please sign in to comment.