diff -r 701c5b8fac56 -r 728cabee2c9f QTfrontend/util/SDLInteraction.h --- a/QTfrontend/util/SDLInteraction.h Fri Oct 21 08:03:42 2011 +0200 +++ b/QTfrontend/util/SDLInteraction.h Fri Oct 21 08:41:21 2011 +0200 @@ -52,8 +52,7 @@ QString m_musicTrack; ///< path to the music track; bool m_isPlayingMusic; ///< true if music was started but not stopped again. - - QMap * soundMap; ///< maps sound file paths to channels + QMap * m_soundMap; ///< maps sound file paths to channels public: /**