summaryrefslogtreecommitdiff
path: root/include/Socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Socket.h')
-rw-r--r--include/Socket.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Socket.h b/include/Socket.h
index 514db43..9e0f85f 100644
--- a/include/Socket.h
+++ b/include/Socket.h
@@ -42,8 +42,9 @@ class Socket : public Handle {
virtual bool CanRead();
virtual bool CanWrite();
virtual String GetName();
+
private:
- Socket(int s);
+ Socket(int s);
bool connected, listening;
};