Fixed compile error on Unix systems (caused by the latest commit)
This commit is contained in:
parent
ac16c8562f
commit
09854baccf
@ -65,7 +65,7 @@ public :
|
|||||||
/// \return sockaddr_in ready to be used by socket functions
|
/// \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
|
/// \brief Return the value of the invalid socket
|
||||||
|
Loading…
Reference in New Issue
Block a user