forked from premiere/premiere-libtorrent
fixed msvc warning
This commit is contained in:
parent
51ef057498
commit
cd0fc85b5f
|
@ -56,9 +56,8 @@ class rpc_manager;
|
|||
class node_impl;
|
||||
|
||||
// this class may not be instantiated as a stack object
|
||||
class traversal_algorithm : boost::noncopyable
|
||||
struct traversal_algorithm : boost::noncopyable
|
||||
{
|
||||
public:
|
||||
void traverse(node_id const& id, udp::endpoint addr);
|
||||
void finished(udp::endpoint const& ep);
|
||||
|
||||
|
|
Loading…
Reference in New Issue