From 952c276dee0efcb2c6f74d0e867f46fc72fe6ba5 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 6 Jan 2013 22:50:13 +0000 Subject: [PATCH] fix mingw test link issue --- include/libtorrent/ip_voter.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/ip_voter.hpp b/include/libtorrent/ip_voter.hpp index 99cb73818..376bb9393 100644 --- a/include/libtorrent/ip_voter.hpp +++ b/include/libtorrent/ip_voter.hpp @@ -84,7 +84,7 @@ namespace libtorrent // this keeps track of multiple external IPs (for now, just IPv6 and IPv4, but // it could be extended to deal with loopback and local network addresses as well) - struct external_ip + struct TORRENT_EXTRA_EXPORT external_ip { // returns true if a different IP is the top vote now // i.e. we changed our idea of what our external IP is