From b0f73427d705115a1aa69dd525ece936574b755e Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 25 Jul 2013 06:31:29 +0000 Subject: [PATCH] export time_now_string for unit tests --- include/libtorrent/time.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/time.hpp b/include/libtorrent/time.hpp index 7d575420b..4285a09ac 100644 --- a/include/libtorrent/time.hpp +++ b/include/libtorrent/time.hpp @@ -59,7 +59,7 @@ POSSIBILITY OF SUCH DAMAGE. namespace libtorrent { - char const* time_now_string(); + TORRENT_EXTRA_EXPORT char const* time_now_string(); std::string log_time(); TORRENT_EXPORT ptime const& time_now();