fixed typo

This commit is contained in:
Arvid Norberg 2008-05-15 07:18:31 +00:00
parent 7052efe575
commit 1b209ba29c
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ namespace libtorrent
std::vector<std::string> const& url_seeds() const
{ 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); }
typedef std::vector<file_entry>::const_iterator file_iterator;