forked from premiere/premiere-libtorrent
Fix error with no converter for boost::shared_ptr<libtorrent::alert>
This commit is contained in:
parent
a0770a087a
commit
fc72c41556
|
@ -583,6 +583,7 @@ namespace
|
|||
|
||||
void bind_session()
|
||||
{
|
||||
register_ptr_to_python<boost::shared_ptr<alert> >();
|
||||
#ifndef TORRENT_DISABLE_DHT
|
||||
void (lt::session::*dht_get_immutable_item)(sha1_hash const&) = <::session::dht_get_item;
|
||||
sha1_hash (lt::session::*dht_put_immutable_item)(entry data) = <::session::dht_put_item;
|
||||
|
|
Loading…
Reference in New Issue