From 9250b551d9e438f4bdcc08b5618aeb930f12cab4 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 21 Nov 2011 06:21:06 +0000 Subject: [PATCH] fix stats build --- src/session_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/session_impl.cpp b/src/session_impl.cpp index 4ac264efe..5f60bf153 100644 --- a/src/session_impl.cpp +++ b/src/session_impl.cpp @@ -3346,7 +3346,7 @@ namespace aux { ++error_torrents; dq.clear(); - i->second->get_download_queue(dq); + i->second->get_download_queue(&dq); for (std::vector::iterator j = dq.begin() , end(dq.end()); j != end; ++j) {