* This should fix the leeching and seeding filter.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1226 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2011-05-07 14:13:37 +00:00
parent 2f485cdf42
commit 56a7546f46
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -80,6 +80,7 @@ public:
iterator find(const std::string& name);
iterator find_throw(const std::string& name);
View* find_ptr_throw(const std::string& name) { return *find_throw(name); }
// If View::last_changed() is less than 'timeout' seconds ago, don't
// sort.