summaryrefslogtreecommitdiffstats
path: root/lanbrowsing/lisa/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'lanbrowsing/lisa/client.h')
-rw-r--r--lanbrowsing/lisa/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lanbrowsing/lisa/client.h b/lanbrowsing/lisa/client.h
index a82289c4..b6311235 100644
--- a/lanbrowsing/lisa/client.h
+++ b/lanbrowsing/lisa/client.h
@@ -34,7 +34,7 @@ class Client
void close();
time_t age() {return time(0)-m_creationTime;};
private:
- NetManager *tqparentServer;
+ NetManager *parentServer;
int m_fd;
//if something goes wrong close the connection after a timeout
time_t m_creationTime;