Kolja Strohm 6 anni fa
parent
commit
42d8887f4a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 )
         {