diff --git a/include/libtorrent/torrent_info.hpp b/include/libtorrent/torrent_info.hpp index 8941db194..f7ae8e777 100755 --- a/include/libtorrent/torrent_info.hpp +++ b/include/libtorrent/torrent_info.hpp @@ -128,7 +128,7 @@ namespace libtorrent std::vector 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::const_iterator file_iterator;