diff options
Diffstat (limited to 'src/lua/net')
-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); } |