freebsd-ports/net/Sockets-devel/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
310 B
C++

--- SocketHandler.h.orig 2008-11-30 02:37:01.000000000 -0200
+++ SocketHandler.h 2008-11-30 02:37:09.000000000 -0200
@@ -49,6 +49,7 @@
\ingroup basic */
class SocketHandler
{
+protected:
/** Map type for holding file descriptors/socket object pointers. */
typedef std::map<SOCKET,Socket *> socket_m;