aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/CConn.h
diff options
context:
space:
mode:
Diffstat (limited to 'vncviewer/CConn.h')
-rw-r--r--vncviewer/CConn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vncviewer/CConn.h b/vncviewer/CConn.h
index 4f0e86fe..0d8d7789 100644
--- a/vncviewer/CConn.h
+++ b/vncviewer/CConn.h
@@ -85,7 +85,7 @@ private:
static void handleUpdateTimeout(void *data);
private:
- char* serverHost;
+ std::string serverHost;
int serverPort;
network::Socket* sock;