Fixed compile error on Unix systems (caused by the latest commit)

This commit is contained in:
Laurent Gomila 2011-11-21 07:55:52 +01:00
parent ac16c8562f
commit 09854baccf

View File

@ -65,7 +65,7 @@ public :
/// \return sockaddr_in ready to be used by socket functions
///
////////////////////////////////////////////////////////////
static sockaddr_in CreateAddress(unsigned long address, unsigned short port);
static sockaddr_in CreateAddress(Uint32 address, unsigned short port);
////////////////////////////////////////////////////////////
/// \brief Return the value of the invalid socket