diff --git a/src/gui/qt/sound/sdlplayer.cpp b/src/gui/qt/sound/sdlplayer.cpp index b758c4f0..26b79549 100644 --- a/src/gui/qt/sound/sdlplayer.cpp +++ b/src/gui/qt/sound/sdlplayer.cpp @@ -29,7 +29,7 @@ using namespace std; SDLPlayer::SDLPlayer(ConfigFile *c) #ifndef ANDROID -: soundData(NULL), currentChannel(0) , audioEnabled(0), myConfig(c), sound(NULL) +: sound(NULL), soundData(NULL), currentChannel(0) , audioEnabled(0), myConfig(c) #endif { myAppDataPath = QString::fromUtf8(myConfig->readConfigString("AppDataDir").c_str());