Explorar el Código

Fehler behoben

Kolja Strohm hace 6 años
padre
commit
42d8887f4a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ChatServer/ChatServer.cpp

+ 1 - 1
ChatServer/ChatServer.cpp

@@ -62,7 +62,7 @@ void ChatServer::runn()
 {
     while( !end )
     {
-        SKlient *klient;
+        SSLSKlient *klient;
         klient = aServer->getKlient();
         if( end && klient )
         {