Forgot to save this file

This commit is contained in:
Lynix
2018-09-30 18:07:38 +02:00
parent f0da71b807
commit 8091e52348

View File

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