aboutsummaryrefslogtreecommitdiff
path: root/src/lua/net/Socket.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-08-14 17:03:22 +0800
committerchai <chaifix@163.com>2018-08-14 17:03:22 +0800
commit7a2cbaf5972ed8d6ef25400c7171e223fd24a5fe (patch)
tree42f876d63920cb3d197ea1ba7b5c7e4439640eb5 /src/lua/net/Socket.h
parent57efa331c7ddc247c9b14dc19d4d98afbeb4e3b4 (diff)
*update
Diffstat (limited to 'src/lua/net/Socket.h')
-rw-r--r--src/lua/net/Socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/net/Socket.h b/src/lua/net/Socket.h
index e3ef9c2..f679bd1 100644
--- a/src/lua/net/Socket.h
+++ b/src/lua/net/Socket.h
@@ -17,7 +17,7 @@ namespace net
{
public:
- Socket(SocketInformation info)
+ Socket(const SocketInformation& info)
{
socket = new jin::net::Socket(info);
}