made client_test build in msvc

This commit is contained in:
Arvid Norberg 2006-11-02 11:47:26 +00:00
parent 8e876cab72
commit 84aa3cf421
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ void add_torrent(libtorrent::session& ses
h.set_ratio(preferred_ratio);
h.set_sequenced_download_threshold(15);
}
catch (std::exception&) {}
catch (std::exception&) {};
void scan_dir(path const& dir_path
, libtorrent::session& ses