summaryrefslogtreecommitdiff
path: root/src/Client/ChatClient.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/Client/ChatClient.java')
-rw-r--r--src/Client/ChatClient.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Client/ChatClient.java b/src/Client/ChatClient.java
index df2c553..b29c756 100644
--- a/src/Client/ChatClient.java
+++ b/src/Client/ChatClient.java
@@ -94,7 +94,7 @@ public class ChatClient
try
{
soc = new Socket(host, port);
- ChatClientReader reader = new ChatClientReader(soc);
+ ChatClientReader reader = new ChatClientReader(this, soc);
reader.setDisplay(ui);