fix msvc build

This commit is contained in:
arvidn 2016-01-19 01:19:16 -05:00
parent 595fe157a9
commit b7b7ae199a
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ namespace libtorrent
~udp_socket_observer() {}
};
class udp_socket : single_threaded
class TORRENT_EXTRA_EXPORT udp_socket : single_threaded
{
public:
udp_socket(io_service& ios);