From aec9a4940c1a3108501521ea6d8b07531b48a288 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 8 Oct 2017 20:51:29 +0200 Subject: [PATCH] fix peer_list constructor --- include/libtorrent/peer_list.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/peer_list.hpp b/include/libtorrent/peer_list.hpp index f3a1b7fe3..e7d1d92c5 100644 --- a/include/libtorrent/peer_list.hpp +++ b/include/libtorrent/peer_list.hpp @@ -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