summaryrefslogtreecommitdiffstats
path: root/libktorrent/torrent/chunkdownload.h
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/torrent/chunkdownload.h')
-rw-r--r--libktorrent/torrent/chunkdownload.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/torrent/chunkdownload.h b/libktorrent/torrent/chunkdownload.h
index c1960f0..c8bd2ae 100644
--- a/libktorrent/torrent/chunkdownload.h
+++ b/libktorrent/torrent/chunkdownload.h
@@ -153,7 +153,7 @@ namespace bt
bool getOnlyDownloader(Uint32 & pid);
/// See if a PeerDownloader is assigned to this chunk
- bool containsPeer(PeerDownloader *pd) {return pdown.tqcontains(pd);}
+ bool containsPeer(PeerDownloader *pd) {return pdown.contains(pd);}
/// See if the download is choked (i.e. all downloaders are choked)
bool isChoked() const;