forked from premiere/premiere-libtorrent
aux::session_settings is used by a test
This commit is contained in:
parent
2eab21b0ac
commit
fb058f602f
|
@ -58,7 +58,7 @@ namespace libtorrent { namespace aux
|
|||
if ((name & settings_pack::type_mask) != settings_pack:: type ## _type_base) return default_val; \
|
||||
return m_ ## type ## s[name - settings_pack:: type ## _type_base]
|
||||
|
||||
struct session_settings
|
||||
struct TORRENT_EXTRA_EXPORT session_settings
|
||||
{
|
||||
friend void libtorrent::save_settings_to_dict(
|
||||
aux::session_settings const& s, entry::dictionary_type& sett);
|
||||
|
|
Loading…
Reference in New Issue