From 348cd22b9a76d7869b82ed20a6303f1435dd5704 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 9 Feb 2010 04:58:16 +0000 Subject: [PATCH] fixed typo --- include/libtorrent/peer_connection.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/peer_connection.hpp b/include/libtorrent/peer_connection.hpp index 5a0c5fdaf..1f88765c1 100644 --- a/include/libtorrent/peer_connection.hpp +++ b/include/libtorrent/peer_connection.hpp @@ -385,7 +385,7 @@ namespace libtorrent int desired_queue_size() const { return m_desired_queue_size; } - bool peer_connection::bittyrant_unchoke_compare( + bool bittyrant_unchoke_compare( boost::intrusive_ptr const& p) const; // compares this connection against the given connection // for which one is more eligible for an unchoke.