QTfrontend/util/SDLInteraction.h
changeset 6167 728cabee2c9f
parent 6166 701c5b8fac56
child 6168 6f301dac12ff
--- 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<QString,Mix_Chunk*> * soundMap; ///< maps sound file paths to channels
+    QMap<QString,Mix_Chunk*> * m_soundMap; ///< maps sound file paths to channels
 
 public:
     /**