sources/network/rconsession.cpp

changeset 96
5314ebdcb38d
parent 92
39947c46ed17
child 105
b4466472aecd
--- a/sources/network/rconsession.cpp	Thu Jul 23 17:45:54 2015 +0300
+++ b/sources/network/rconsession.cpp	Thu Jul 23 17:51:35 2015 +0300
@@ -39,7 +39,7 @@
 	m_state (RCON_DISCONNECTED),
 	m_lastPing (0),
 	m_numAdmins (0),
-	m_interface (NULL)
+	m_interface (nullptr)
 {
 	if (not m_socket.set_blocking (false))
 	{

mercurial