From addc52706e2be50e84ab74a75d1dd06b0bacbeb0 Mon Sep 17 00:00:00 2001 From: arvidn Date: Thu, 23 Nov 2017 19:02:13 +0100 Subject: [PATCH] fix typo --- include/libtorrent/http_connection.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/http_connection.hpp b/include/libtorrent/http_connection.hpp index ef8ef1f06..f3b7dda4a 100644 --- a/include/libtorrent/http_connection.hpp +++ b/include/libtorrent/http_connection.hpp @@ -38,7 +38,7 @@ POSSIBILITY OF SUCH DAMAGE. namespace boost { namespace asio { namespace ssl { - struct context; + class context; } } }