fix stats build

This commit is contained in:
Arvid Norberg 2011-11-21 06:21:06 +00:00
parent 5d8ce01c7a
commit 9250b551d9
1 changed files with 1 additions and 1 deletions

View File

@ -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<partial_piece_info>::iterator j = dq.begin()
, end(dq.end()); j != end; ++j)
{