forked from premiere/premiere-libtorrent
fix merge issue
This commit is contained in:
parent
c8e488b094
commit
3ae2630fa2
|
@ -359,7 +359,7 @@ namespace libtorrent
|
|||
{
|
||||
TORRENT_ASSERT_PRECOND(p >= 0);
|
||||
if (p < 0) return;
|
||||
TORRENT_ASYNC_CALL1(set_queue_position, p);
|
||||
async_call(&torrent::set_queue_position, p);
|
||||
}
|
||||
|
||||
void torrent_handle::queue_position_top() const
|
||||
|
|
Loading…
Reference in New Issue