fixed default value for paused

This commit is contained in:
Arvid Norberg 2007-08-22 05:37:49 +00:00
parent 744d96796b
commit c0ed1fa13a
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ namespace libtorrent
, fs::path const& save_path
, entry const& resume_data = entry()
, bool compact_mode = true
, bool paused = true
, bool paused = false
, storage_constructor_type sc = default_storage_constructor);
session_proxy abort() { return session_proxy(m_impl); }