diff --git a/slsSupportLib/src/ClientInterface.cpp b/slsSupportLib/src/ClientInterface.cpp index f2f340dcd..88d1f3758 100644 --- a/slsSupportLib/src/ClientInterface.cpp +++ b/slsSupportLib/src/ClientInterface.cpp @@ -1,9 +1,8 @@ #include "ClientInterface.h" -ClientInterface::ClientInterface(MySocketTCP *socket, int n, std::string t): -mySocket(socket), -index(n), -type(t){} +ClientInterface::ClientInterface(MySocketTCP *socket, int n, std::string t): mySocket(socket), + index(n), + type(t){} void ClientInterface::SetSocket(MySocketTCP *socket) { mySocket = socket;