diff --git a/src/gui/qt/sound/sdlplayer.cpp b/src/gui/qt/sound/sdlplayer.cpp index 35634eb7..939115b9 100644 --- a/src/gui/qt/sound/sdlplayer.cpp +++ b/src/gui/qt/sound/sdlplayer.cpp @@ -16,7 +16,7 @@ using namespace std; SDLPlayer::SDLPlayer() -: currentChannel(0), soundData(NULL) +: soundData(NULL), currentChannel(0) { initAudio(); }