forked from premiere/premiere-libtorrent
fixed warning on msvc-8
This commit is contained in:
parent
889ad70cee
commit
320de0d8e6
|
@ -161,7 +161,7 @@ namespace libtorrent
|
|||
#ifndef NDEBUG
|
||||
friend class ::libtorrent::peer_connection;
|
||||
#endif
|
||||
friend class checker_impl;
|
||||
friend struct checker_impl;
|
||||
friend class invariant_access;
|
||||
typedef std::map<boost::shared_ptr<stream_socket>
|
||||
, boost::intrusive_ptr<peer_connection> >
|
||||
|
|
Loading…
Reference in New Issue