export default_storage to make it available to derive from
This commit is contained in:
parent
ba69b6ab15
commit
15b6888eb3
|
@ -181,7 +181,7 @@ namespace libtorrent
|
||||||
session_settings* m_settings;
|
session_settings* m_settings;
|
||||||
};
|
};
|
||||||
|
|
||||||
class default_storage : public storage_interface, boost::noncopyable
|
class TORRENT_EXPORT default_storage : public storage_interface, boost::noncopyable
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
default_storage(file_storage const& fs, file_storage const* mapped, std::string const& path
|
default_storage(file_storage const& fs, file_storage const* mapped, std::string const& path
|
||||||
|
|
Loading…
Reference in New Issue