fix for msvc-7.1

This commit is contained in:
Arvid Norberg 2007-03-11 23:17:40 +00:00
parent 7728fbd179
commit 87d9cdb965
1 changed files with 1 additions and 1 deletions

View File

@ -649,7 +649,7 @@ namespace libtorrent
m_policy->peer_from_tracker(*host, pid); m_policy->peer_from_tracker(*host, pid);
} }
catch (std::exception&) catch (std::exception&)
{} {};
size_type torrent::bytes_left() const size_type torrent::bytes_left() const
{ {