]> git.mxchange.org Git - flightgear.git/commitdiff
purge gcc warning
authortorsten <torsten>
Sat, 2 Jan 2010 20:22:02 +0000 (20:22 +0000)
committerTim Moore <timoore@redhat.com>
Sun, 3 Jan 2010 21:39:44 +0000 (22:39 +0100)
 xxx will be initialized after yyy

src/ATCDCL/ATC.cxx

index 41c56e64844998beb1db3d754b6fdedbc169d315..68963fe929f7e9ff571c5e7641f89e76ff75cc19 100644 (file)
@@ -35,8 +35,8 @@
 
 
 FGATC::FGATC() :
-       _voiceOK(false),
        _playing(false),
+       _voiceOK(false),
        _sgr(NULL),
        freqClear(true),
        receiving(false),