Browse Source

Fehler behoben

Kolja Strohm 6 năm trước cách đây
mục cha
commit
42d8887f4a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 )
         {