From 7b34bd98bb00796febd5351b9d2e75fd2c247432 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 12 Aug 2018 19:52:54 +0800 Subject: *update --- src/libjin/Net/Socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libjin/Net/Socket.h') diff --git a/src/libjin/Net/Socket.h b/src/libjin/Net/Socket.h index fae6bd2..eb00605 100644 --- a/src/libjin/Net/Socket.h +++ b/src/libjin/Net/Socket.h @@ -26,7 +26,7 @@ namespace net class Socket { public: - Socket(SocketInformation socketInformation); + Socket(const SocketInformation& socketInformation); Socket(SocketType type, unsigned short port); Socket(SocketType type, unsigned int address, unsigned short port); Socket(SocketType type, const char* address, unsigned short port); -- cgit v1.1-26-g67d0