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

win/vncviewer/ConnectingDialog.cxx

index 60fcb661d02ff05f264bcfec2e8307da980e132a..d2aec7c3be5c6ddc6ec24b25dc8b04c60a44c68c 100644 (file)
@@ -102,8 +102,8 @@ public:
 };
 
 
-ConnectingDialog::ConnectingDialog() : dialog(0), readyEvent(CreateEvent(0, TRUE, FALSE, 0)),
-                                       newSocket(0), dialogId(0) {
+ConnectingDialog::ConnectingDialog() : dialog(0), newSocket(0), 
+                                       readyEvent(CreateEvent(0, TRUE, FALSE, 0)), dialogId(0) {
 }
 
 network::Socket* ConnectingDialog::connect(const char* hostAndPort) {