Fix python bindings.

This commit is contained in:
Andrew Resch 2007-09-21 00:58:28 +00:00
parent adf5487962
commit 8cea7e34ed
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ namespace
: cb(callback)
{}
boost::shared_ptr<torrent_plugin> operator()(torrent* t)
boost::shared_ptr<torrent_plugin> operator()(torrent* t, void*)
{
lock_gil lock;
return extract<boost::shared_ptr<torrent_plugin> >(cb(ptr(t)))();