Network: Replace unsigned int by size_t for size
Former-commit-id: efa7e2f50ae370f96871726be7906332ca8969a4
This commit is contained in:
@@ -34,7 +34,7 @@ namespace Nz
|
||||
|
||||
inline bool IsBroadcastingEnabled() const;
|
||||
|
||||
unsigned int QueryMaxDatagramSize();
|
||||
std::size_t QueryMaxDatagramSize();
|
||||
|
||||
bool Receive(void* buffer, std::size_t size, IpAddress* from, std::size_t* received);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user