fixed warning on msvc8

This commit is contained in:
Arvid Norberg 2006-10-19 22:23:40 +00:00
parent 1805beaaec
commit ed15b5989e
1 changed files with 1 additions and 1 deletions

View File

@ -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) {}