fix python binding build

This commit is contained in:
Arvid Norberg 2015-01-28 12:25:29 +00:00
parent 758d5f4a30
commit d4a7d195c2
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ list file_progress(torrent_handle& handle, int flags)
{
allow_threading_guard guard;
boost::intrusive_ptr<const torrent_info> ti = handle.torrent_file();
boost::shared_ptr<const torrent_info> ti = handle.torrent_file();
if (ti)
{
p.reserve(ti->num_files());