forked from premiere/premiere-libtorrent
fix stats build
This commit is contained in:
parent
5d8ce01c7a
commit
9250b551d9
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue