Browse Source

Fehler behoben

Kolja Strohm 6 years ago
parent
commit
42d8887f4a
1 changed files with 1 additions and 1 deletions
  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 )
         {