aboutsummaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
Diffstat (limited to 'win')
-rw-r--r--win/vncviewer/CConn.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/vncviewer/CConn.cxx b/win/vncviewer/CConn.cxx
index 94ce8915..74d68188 100644
--- a/win/vncviewer/CConn.cxx
+++ b/win/vncviewer/CConn.cxx
@@ -74,9 +74,9 @@ RegKey CConn::userConfigKey;
CConn::CConn()
- : window(0), sock(0), sockEvent(CreateEvent(0, TRUE, FALSE, 0)), requestUpdate(false),
- sameMachine(false), encodingChange(false), formatChange(false),
- reverseConnection(false), lastUsedEncoding_(encodingRaw), isClosed_(false) {
+ : window(0), sameMachine(false), encodingChange(false), formatChange(false),
+ lastUsedEncoding_(encodingRaw), sock(0), sockEvent(CreateEvent(0, TRUE, FALSE, 0)),
+ reverseConnection(false), requestUpdate(false), isClosed_(false) {
}
CConn::~CConn() {