From aa7f29c17a16cbd70dd128e535171619549951b6 Mon Sep 17 00:00:00 2001 From: arvidn Date: Mon, 11 Feb 2019 20:15:33 +0100 Subject: [PATCH] fix exporting of from_span type-tag --- src/torrent_info.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/torrent_info.cpp b/src/torrent_info.cpp index df5d4873a..92fe58484 100644 --- a/src/torrent_info.cpp +++ b/src/torrent_info.cpp @@ -69,7 +69,7 @@ POSSIBILITY OF SUCH DAMAGE. namespace libtorrent { - from_span_t from_span; + TORRENT_EXPORT from_span_t from_span; namespace {