Skip to content

Commit

Permalink
fix msvc build
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Dec 4, 2015
1 parent 69f4e94 commit 98c9ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/libtorrent/kademlia/observer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ struct traversal_algorithm;
TORRENT_EXTRA_EXPORT void intrusive_ptr_add_ref(observer const*);
TORRENT_EXTRA_EXPORT void intrusive_ptr_release(observer const*);

struct observer : boost::noncopyable
struct TORRENT_EXTRA_EXPORT observer : boost::noncopyable
{
friend TORRENT_EXTRA_EXPORT void intrusive_ptr_add_ref(observer const*);
friend TORRENT_EXTRA_EXPORT void intrusive_ptr_release(observer const*);
Expand Down
2 changes: 1 addition & 1 deletion include/libtorrent/kademlia/traversal_algorithm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class rpc_manager;
class node;

// this class may not be instantiated as a stack object
struct traversal_algorithm : boost::noncopyable
struct TORRENT_EXTRA_EXPORT traversal_algorithm : boost::noncopyable
{
void traverse(node_id const& id, udp::endpoint addr);
void finished(observer_ptr o);
Expand Down

0 comments on commit 98c9ac0

Please sign in to comment.