diff options
author | chai <chaifix@163.com> | 2018-08-14 17:03:22 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-08-14 17:03:22 +0800 |
commit | 7a2cbaf5972ed8d6ef25400c7171e223fd24a5fe (patch) | |
tree | 42f876d63920cb3d197ea1ba7b5c7e4439640eb5 /src/lua/net/Socket.h | |
parent | 57efa331c7ddc247c9b14dc19d4d98afbeb4e3b4 (diff) |
*update
Diffstat (limited to 'src/lua/net/Socket.h')
-rw-r--r-- | src/lua/net/Socket.h | 2 |
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); } |