From 84aa3cf421351f0dfd11641815149d4e7a23ca2c Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 2 Nov 2006 11:47:26 +0000 Subject: [PATCH] made client_test build in msvc --- examples/client_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/client_test.cpp b/examples/client_test.cpp index 445fe63ad..6beda0ca0 100755 --- a/examples/client_test.cpp +++ b/examples/client_test.cpp @@ -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