From 47bd771fd446cff8bf526aae8a6009e40cc28542 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 16 Feb 2012 07:26:45 +0000 Subject: [PATCH] fixed missing TORRENT_EXPORT --- include/libtorrent/torrent_handle.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/torrent_handle.hpp b/include/libtorrent/torrent_handle.hpp index 6752ab19b..55b02a573 100644 --- a/include/libtorrent/torrent_handle.hpp +++ b/include/libtorrent/torrent_handle.hpp @@ -71,7 +71,7 @@ namespace libtorrent struct peer_list_entry; struct torrent_status; - std::size_t hash_value(torrent_status const& ts); + TORRENT_EXPORT std::size_t hash_value(torrent_status const& ts); #ifndef BOOST_NO_EXCEPTIONS // for compatibility with 0.14