aboutsummaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 88eb49d..095dd91 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -33,6 +33,7 @@ Bu::Client::~Client()
33 delete *i; 33 delete *i;
34 } 34 }
35 pTopStream = pSocket = NULL; 35 pTopStream = pSocket = NULL;
36 delete pfLink;
36} 37}
37 38
38void Bu::Client::processInput() 39void Bu::Client::processInput()