fix for msvc-7.1
This commit is contained in:
parent
7728fbd179
commit
87d9cdb965
|
@ -649,7 +649,7 @@ namespace libtorrent
|
|||
m_policy->peer_from_tracker(*host, pid);
|
||||
}
|
||||
catch (std::exception&)
|
||||
{}
|
||||
{};
|
||||
|
||||
size_type torrent::bytes_left() const
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue