summaryrefslogtreecommitdiff
path: root/src/ServerConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ServerConnection.h')
-rw-r--r--src/ServerConnection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ServerConnection.h b/src/ServerConnection.h
index 0359b5e..f01a1b6 100644
--- a/src/ServerConnection.h
+++ b/src/ServerConnection.h
@@ -7,6 +7,7 @@ public:
ServerConnection(int port);
ClientConnection accept_client_connection();
+
private:
int m_socket_fd;
};