]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/sample_queue.cxx
toggle fullscreen: also adapt GUI plane when resizing
[flightgear.git] / src / Sound / sample_queue.cxx
index fd2931ef6c5ef01be6a04085c0e488d5143588d5..ab4c213b9a77c8eed0343f66292eb989917903a6 100644 (file)
@@ -36,7 +36,7 @@
 #include <simgear/sound/soundmgr_openal.hxx>
 #include <simgear/sound/sample_openal.hxx>
 
-FGSampleQueue::FGSampleQueue ( SGSoundMgr *smgr, const string &refname ) :
+FGSampleQueue::FGSampleQueue ( SGSoundMgr *smgr, const std::string &refname ) :
     last_enabled( true ),
     last_volume( 0.0 ),
     _enabled( fgGetNode("/sim/sound/chatter/enabled", true) ),
@@ -79,7 +79,7 @@ FGSampleQueue::update (double dt)
         }
 
         // process message queue
-        const string msgid = "Sequential Audio Message";
+        const std::string msgid = "Sequential Audio Message";
         bool now_playing = false;
         if ( exists( msgid ) ) {
             now_playing = is_playing( msgid );