This commit is contained in:
Erik Frojdh
2019-01-16 15:22:18 +01:00
parent 1ebe0f5624
commit b19b2a044c

View File

@ -1,7 +1,6 @@
#include "ClientInterface.h" #include "ClientInterface.h"
ClientInterface::ClientInterface(MySocketTCP *socket, int n, std::string t): ClientInterface::ClientInterface(MySocketTCP *socket, int n, std::string t): mySocket(socket),
mySocket(socket),
index(n), index(n),
type(t){} type(t){}