fixed msvc warning

This commit is contained in:
Arvid Norberg 2009-10-29 22:55:00 +00:00
parent 51ef057498
commit cd0fc85b5f
1 changed files with 1 additions and 2 deletions

View File

@ -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);