Forgot to save this file

This commit is contained in:
Lynix 2018-09-30 18:07:38 +02:00
parent f0da71b807
commit 8091e52348
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ namespace Nz
{ {
SocketState oldState = m_state; SocketState oldState = m_state;
m_state = newState; m_state = newState;
OnStateChange(this, oldState, newState); OnStateChanged(this, oldState, newState);
} }
} }
} }