Network/Enums: Fix SocketState_Max

Former-commit-id: 93f0502110b74a56101dc7216adeef18afe48d70
This commit is contained in:
Lynix 2016-03-30 18:37:31 +02:00
parent 2b51a8b4b6
commit 115565fa1e
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ namespace Nz
SocketState_NotConnected, //< The socket is not connected (or has been disconnected)
SocketState_Resolving, //< The socket is currently resolving a host name
SocketState_Max = SocketState_NotConnected
SocketState_Max = SocketState_Resolving
};
enum SocketType