mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 08:58:38 +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)
|
: cb(callback)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
boost::shared_ptr<torrent_plugin> operator()(torrent* t)
|
boost::shared_ptr<torrent_plugin> operator()(torrent* t, void*)
|
||||||
{
|
{
|
||||||
lock_gil lock;
|
lock_gil lock;
|
||||||
return extract<boost::shared_ptr<torrent_plugin> >(cb(ptr(t)))();
|
return extract<boost::shared_ptr<torrent_plugin> >(cb(ptr(t)))();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue