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
|
#ifndef NDEBUG
|
||||||
friend class ::libtorrent::peer_connection;
|
friend class ::libtorrent::peer_connection;
|
||||||
#endif
|
#endif
|
||||||
friend class checker_impl;
|
friend struct checker_impl;
|
||||||
friend class invariant_access;
|
friend class invariant_access;
|
||||||
typedef std::map<boost::shared_ptr<stream_socket>
|
typedef std::map<boost::shared_ptr<stream_socket>
|
||||||
, boost::intrusive_ptr<peer_connection> >
|
, boost::intrusive_ptr<peer_connection> >
|
||||||
|
|
Loading…
Reference in New Issue