]> git.mxchange.org Git - flightgear.git/commitdiff
ATCDCL: Initialisation order fixes from John Denker.
authorDave Luff <daveluff@ntlworld.com>
Tue, 28 Dec 2010 19:13:31 +0000 (19:13 +0000)
committerDave Luff <daveluff@ntlworld.com>
Tue, 28 Dec 2010 19:13:31 +0000 (19:13 +0000)
src/ATCDCL/ATCmgr.cxx

index 6a363f7a69a19854b47f2f3c026a577756de915d..537bfddefe2a22fb37fb2cf5d4875fccec6bd545 100644 (file)
@@ -52,12 +52,12 @@ FGATCMgr::FGATCMgr() :
     initDone(false),
     atc_list(new atc_list_type),
 #ifdef ENABLE_AUDIO_SUPPORT
-    voiceOK(false),
     voice(true),
+    voiceOK(false),
+    v1(0)
 #else
     voice(false),
 #endif
-    v1(0)
 {
 }