From 58f46bbe184a549187bf3067ffd17386459d5a41 Mon Sep 17 00:00:00 2001 From: Dave Luff Date: Tue, 28 Dec 2010 19:13:31 +0000 Subject: [PATCH] ATCDCL: Initialisation order fixes from John Denker. --- src/ATCDCL/ATCmgr.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ATCDCL/ATCmgr.cxx b/src/ATCDCL/ATCmgr.cxx index 6a363f7a6..537bfddef 100644 --- a/src/ATCDCL/ATCmgr.cxx +++ b/src/ATCDCL/ATCmgr.cxx @@ -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) { } -- 2.39.5