forked from premiere/premiere-libtorrent
fixed compile warning
This commit is contained in:
parent
e51d9b9590
commit
bc897ef808
|
@ -42,7 +42,7 @@ namespace libtorrent
|
|||
template<class T>
|
||||
struct intrusive_ptr_base
|
||||
{
|
||||
intrusive_ptr_base(const intrusive_ptr_base<T>& b)
|
||||
intrusive_ptr_base(intrusive_ptr_base<T> const&)
|
||||
: m_refs(0) {}
|
||||
|
||||
friend void intrusive_ptr_add_ref(intrusive_ptr_base<T> const* s)
|
||||
|
|
Loading…
Reference in New Issue