summaryrefslogtreecommitdiff
path: root/server/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/connection.h')
-rw-r--r--server/connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/connection.h b/server/connection.h
index 3428b88..e6680c9 100644
--- a/server/connection.h
+++ b/server/connection.h
@@ -10,6 +10,7 @@
class Connection : public ConnectionBase, public boost::enable_shared_from_this<Connection> {
private:
friend class TCPServer;
+ friend class Player;
boost::asio::ip::tcp::socket socket;