Index: libtorrent-0.12.6_r1209/src/net/socket_set.h =================================================================== --- libtorrent-0.12.6_r1209.orig/src/net/socket_set.h 2011-02-12 13:20:09.000000000 +0100 +++ libtorrent-0.12.6_r1209/src/net/socket_set.h 2011-04-13 16:33:38.567388959 +0200 @@ -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);