From 320de0d8e6ccc6b83f96f680976a2c61f5aef6cd Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 17 Feb 2007 01:01:34 +0000 Subject: [PATCH] fixed warning on msvc-8 --- include/libtorrent/aux_/session_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/aux_/session_impl.hpp b/include/libtorrent/aux_/session_impl.hpp index f4ece1d80..f924bf67c 100644 --- a/include/libtorrent/aux_/session_impl.hpp +++ b/include/libtorrent/aux_/session_impl.hpp @@ -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::intrusive_ptr >