fixed warning on msvc-8

This commit is contained in:
Arvid Norberg 2007-02-17 01:01:34 +00:00
parent 889ad70cee
commit 320de0d8e6
1 changed files with 1 additions and 1 deletions

View File

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