From 70f822b4bdc3d664dd0b82c5f58d08e441c3f907 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Fri, 21 Mar 2008 09:03:25 +0000 Subject: [PATCH] silence msvc warning --- include/libtorrent/http_tracker_connection.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/http_tracker_connection.hpp b/include/libtorrent/http_tracker_connection.hpp index fb0999d97..b91bd4e96 100755 --- a/include/libtorrent/http_tracker_connection.hpp +++ b/include/libtorrent/http_tracker_connection.hpp @@ -52,7 +52,7 @@ POSSIBILITY OF SUCH DAMAGE. namespace libtorrent { - class http_connection; + struct http_connection; class entry; class http_parser; class connection_queue;