summaryrefslogtreecommitdiffstats
path: root/src/Common/ClientConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/ClientConnection.h')
-rw-r--r--src/Common/ClientConnection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/ClientConnection.h b/src/Common/ClientConnection.h
index 305df44..ab0dbb8 100644
--- a/src/Common/ClientConnection.h
+++ b/src/Common/ClientConnection.h
@@ -41,7 +41,7 @@ class ClientConnection : public Connection {
virtual bool send(const Net::Packet &packet);
public:
- ClientConnection();
+ ClientConnection(Core::Application *application);
virtual ~ClientConnection() {}
void connect(const boost::asio::ip::tcp::endpoint &address) throw(Core::Exception);