fix merge issue

This commit is contained in:
arvidn 2017-02-02 23:09:54 -05:00
parent c8e488b094
commit 3ae2630fa2
1 changed files with 1 additions and 1 deletions

View File

@ -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