freebsd-ports/net/Sockets/files/extra-patch-SocketHandler.h
Mario Sergio Fujikawa Ferreira 2141c40294 Fix build with GCC 4.2
2008-11-30 04:38:17 +00:00

10 lines
292 B
C++

--- SocketHandler.h.orig 2008-11-30 02:32:59.000000000 -0200
+++ SocketHandler.h 2008-11-30 02:33:51.000000000 -0200
@@ -36,6 +36,7 @@
class SocketHandler
{
+protected:
/** Map type for holding file descriptors/socket object pointers. */
typedef std::map<SOCKET,Socket *> socket_m;