forked from premiere/premiere-libtorrent
fixed typo
This commit is contained in:
parent
7052efe575
commit
1b209ba29c
|
@ -128,7 +128,7 @@ namespace libtorrent
|
||||||
|
|
||||||
std::vector<std::string> const& url_seeds() const
|
std::vector<std::string> const& url_seeds() const
|
||||||
{ return m_url_seeds; }
|
{ return m_url_seeds; }
|
||||||
void torrent_info::add_url_seed(std::string const& url)
|
void add_url_seed(std::string const& url)
|
||||||
{ m_url_seeds.push_back(url); }
|
{ m_url_seeds.push_back(url); }
|
||||||
|
|
||||||
typedef std::vector<file_entry>::const_iterator file_iterator;
|
typedef std::vector<file_entry>::const_iterator file_iterator;
|
||||||
|
|
Loading…
Reference in New Issue