fix peer_list constructor
This commit is contained in:
parent
45aff7f6a6
commit
aec9a4940c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue