From be737976d44d3c7efb205c3043c5611095bb98ca Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 23 Jul 2013 01:54:46 +0000 Subject: [PATCH] fix upnp unit test --- include/libtorrent/upnp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/upnp.hpp b/include/libtorrent/upnp.hpp index cb14a0be7..1f98fd1a7 100644 --- a/include/libtorrent/upnp.hpp +++ b/include/libtorrent/upnp.hpp @@ -100,7 +100,7 @@ typedef boost::function portmap_call typedef boost::function log_callback_t; // TODO: 2 make this a shared_ptr instead -class upnp : public intrusive_ptr_base +class TORRENT_EXTRA_EXPORT upnp : public intrusive_ptr_base { public: upnp(io_service& ios, connection_queue& cc