From 8011ab57be96ca02ba8769d8d6106a601a5c7fc4 Mon Sep 17 00:00:00 2001 From: "pavel.pimenov" Date: Wed, 23 Nov 2016 08:29:01 +0300 Subject: [PATCH] Use TORRENT_EXPORT for disk_job_fence and storage_piece_set (Fixed #1348) --- include/libtorrent/storage.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libtorrent/storage.hpp b/include/libtorrent/storage.hpp index 65d7873ca..9ec09928f 100644 --- a/include/libtorrent/storage.hpp +++ b/include/libtorrent/storage.hpp @@ -158,7 +158,7 @@ namespace libtorrent // any outstanding jobs on the torrent, then the fence is lowered // and it can be performed, along with the backlog of jobs that // accrued while the fence was up - struct TORRENT_EXTRA_EXPORT disk_job_fence + struct TORRENT_EXPORT disk_job_fence { disk_job_fence(); ~disk_job_fence() @@ -219,7 +219,7 @@ namespace libtorrent // a specific storage, are in the cache right now. It's // used for quickly being able to evict all pieces for a // specific torrent - struct TORRENT_EXTRA_EXPORT storage_piece_set + struct TORRENT_EXPORT storage_piece_set { void add_piece(cached_piece_entry* p); void remove_piece(cached_piece_entry* p);