fix peer_list constructor

This commit is contained in:
Arvid Norberg 2017-10-08 20:51:29 +02:00 committed by Arvid Norberg
parent 45aff7f6a6
commit aec9a4940c
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ namespace libtorrent {
{
public:
peer_list(torrent_peer_allocator_interface& alloc);
explicit peer_list(torrent_peer_allocator_interface& alloc);
~peer_list();
#if TORRENT_USE_I2P