From da48f026b6ae831b0430779a311d437bfa4835e0 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 17 Dec 2009 08:46:51 +0000 Subject: [PATCH] fixed disk_io_thread header --- include/libtorrent/disk_io_thread.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/disk_io_thread.hpp b/include/libtorrent/disk_io_thread.hpp index 7b75b9871..c08cf83be 100644 --- a/include/libtorrent/disk_io_thread.hpp +++ b/include/libtorrent/disk_io_thread.hpp @@ -328,7 +328,7 @@ namespace libtorrent cache_t::iterator find_cached_piece( cache_t& cache, disk_io_job const& j , mutex::scoped_lock& l); - bool disk_io_thread::is_cache_hit(cache_t::iterator p + bool is_cache_hit(cache_t::iterator p , disk_io_job const& j, mutex::scoped_lock& l); int copy_from_piece(cache_t::iterator p, bool& hit , disk_io_job const& j, mutex::scoped_lock& l);