forked from premiere/premiere-libtorrent
fixed warning on msvc8
This commit is contained in:
parent
1805beaaec
commit
ed15b5989e
|
@ -215,7 +215,7 @@ namespace libtorrent
|
|||
struct TORRENT_EXPORT torrent_handle
|
||||
{
|
||||
friend class invariant_access;
|
||||
friend class aux::session_impl;
|
||||
friend struct aux::session_impl;
|
||||
friend class torrent;
|
||||
|
||||
torrent_handle(): m_ses(0), m_chk(0) {}
|
||||
|
|
Loading…
Reference in New Issue