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 5834092..e3ef9c2 100644
--- a/src/lua/net/Socket.h
+++ b/src/lua/net/Socket.h
@@ -16,7 +16,6 @@ namespace net
class Socket : public Object
{
public:
- Socket() {}
Socket(SocketInformation info)
{
@@ -63,6 +62,7 @@ namespace net
private:
jin::net::Socket* socket;
+ Socket() {}
~Socket()
{
delete socket;