Index: libtorrent/src/net/socket_set.h =================================================================== --- libtorrent/src/net/socket_set.h (revision 1121) +++ libtorrent/src/net/socket_set.h (working copy) @@ -53,12 +53,12 @@ // Propably should rename to EventSet... -class SocketSet : private std::vector > { +class SocketSet : private std::vector > { public: typedef uint32_t size_type; - typedef std::vector > base_type; - typedef std::vector > Table; + typedef std::vector > base_type; + typedef std::vector > Table; static const size_type npos = static_cast(-1);