# HG changeset patch # User Louis Opter # Date 1270839293 -7200 # Node ID 44b9ac934329e543f036b06cae0d05e549eb3fdc # Parent be22011b384383e08b084d31517cf157cad9edc0 Fix Ip typedef (close #20) diff -r be22011b3843 -r 44b9ac934329 include/network/IEndPoint.hpp --- a/include/network/IEndPoint.hpp Wed Apr 07 13:15:19 2010 +0200 +++ b/include/network/IEndPoint.hpp Fri Apr 09 20:54:53 2010 +0200 @@ -20,7 +20,7 @@ class IEndPoint { public: - typedef int Ip; + typedef unsigned int Ip; typedef unsigned short Port; # if WIN32 typedef SOCKET Socket;