From 8cea7e34ed20bbea86bbb85ac61e14d0fbfed265 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Fri, 21 Sep 2007 00:58:28 +0000 Subject: [PATCH] Fix python bindings. --- libtorrent/bindings/python/src/session.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtorrent/bindings/python/src/session.cpp b/libtorrent/bindings/python/src/session.cpp index 58fe76b3e..cf939d693 100755 --- a/libtorrent/bindings/python/src/session.cpp +++ b/libtorrent/bindings/python/src/session.cpp @@ -69,7 +69,7 @@ namespace : cb(callback) {} - boost::shared_ptr operator()(torrent* t) + boost::shared_ptr operator()(torrent* t, void*) { lock_gil lock; return extract >(cb(ptr(t)))();