fixed typo

This commit is contained in:
Arvid Norberg 2009-10-22 18:47:40 +00:00
parent 9d1989904b
commit 4a5e0b7cf1
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ namespace libtorrent
int session::as_for_ip(address const& addr)
{
aux::mutex::scoped_lock l(m_impl->m_mutex);
mutex::scoped_lock l(m_impl->m_mutex);
return m_impl->as_for_ip(addr);
}