aboutsummaryrefslogtreecommitdiff
path: root/src/lua/net/Socket.h
diff options
context:
space:
mode:
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);
}