--- a/src/net/socket_set.h +++ b/src/net/socket_set.h @@ -53,12 +53,12 @@ namespace torrent { // 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);