mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 20:14:51 +00:00
Fix python bindings.
This commit is contained in:
parent
adf5487962
commit
8cea7e34ed
1 changed files with 1 additions and 1 deletions
|
@ -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)))();
|
||||
|
|
Loading…
Add table
Reference in a new issue