export default_storage to make it available to derive from

This commit is contained in:
Arvid Norberg 2011-10-07 00:26:19 +00:00
parent ba69b6ab15
commit 15b6888eb3
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ namespace libtorrent
session_settings* m_settings;
};
class default_storage : public storage_interface, boost::noncopyable
class TORRENT_EXPORT default_storage : public storage_interface, boost::noncopyable
{
public:
default_storage(file_storage const& fs, file_storage const* mapped, std::string const& path