Skip to content

Commit

Permalink
Fixed build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Jan 21, 2021
1 parent 255fc0d commit 73133f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/wesnothd/server.cpp
Expand Up @@ -1816,7 +1816,7 @@ void server::handle_player_in_game(player_iterator p, simple_wml::document& data

if(player_id != 0) {
LOG_SERVER << "Querying game history requested by player `" << player.name() << "` for player id `" << player_id << "`." << std::endl;
user_handler_->async_get_and_send_game_history(io_service_, *this, socket, player_id, offset);
user_handler_->async_get_and_send_game_history(io_service_, *this, p->socket(), player_id, offset);
}
}
return;
Expand Down

0 comments on commit 73133f2

Please sign in to comment.