]> source.dussan.org Git - tigervnc.git/commitdiff
Avoid GCC warning: initializer lists ordered as declarations
authorPeter Åstrand <astrand@cendio.se>
Thu, 11 Dec 2008 08:23:55 +0000 (08:23 +0000)
committerPeter Åstrand <astrand@cendio.se>
Thu, 11 Dec 2008 08:23:55 +0000 (08:23 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3375 3789f03b-4d11-0410-bbf8-ca57d06f2519

win/vncviewer/CConn.cxx

index 94ce8915f78c1ab4af3828d9d23f03281ff8318b..74d681881ef68cb69e285aa4d5c446a08c9470c3 100644 (file)
@@ -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() {