From 1b209ba29c183a11ccd8936b72f26a5bf9586a61 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 15 May 2008 07:18:31 +0000 Subject: [PATCH] fixed typo --- include/libtorrent/torrent_info.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;