summaryrefslogtreecommitdiffstats
path: root/libktorrent/net/portlist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/net/portlist.cpp')
-rw-r--r--libktorrent/net/portlist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/net/portlist.cpp b/libktorrent/net/portlist.cpp
index 56076ed..6fa4f6a 100644
--- a/libktorrent/net/portlist.cpp
+++ b/libktorrent/net/portlist.cpp
@@ -58,7 +58,7 @@ namespace net
void PortList::removePort(bt::Uint16 number,Protocol proto)
{
- PortList::iterator itr = find(Port(number,proto,false));
+ PortList::iterator itr = tqfind(Port(number,proto,false));
if (itr == end())
return;