Explorar o código

Fehler behoben

Kolja Strohm %!s(int64=6) %!d(string=hai) anos
pai
achega
42d8887f4a
Modificáronse 1 ficheiros con 1 adicións e 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 )
         {