]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/sample_queue.hxx
Revive master sound enable switch.
[flightgear.git] / src / Sound / sample_queue.hxx
index 6bbc076ceb87b84f44d464a9c80576100f77a89a..ab18d7c84974155c45a3854884ab0a109d7d7e76 100644 (file)
@@ -39,15 +39,15 @@ class SGSoundSample;
  *
  *    This modules maintains a queue of 'message' audio files.  These
  *    are played sequentially with no overlap until the queue is finished.
- *    This second mechanims is useful for things like tutorial messages or
- *    background atc chatter.
+ *    This second mechanisms is useful for things like tutorial messages or
+ *    background ATC chatter.
  */
 class FGSampleQueue : public SGSampleGroup
 {
 
 public:
 
-    FGSampleQueue ( SGSoundMgr *smgr, const string &refname );
+    FGSampleQueue ( SGSoundMgr *smgr, const std::string &refname );
     virtual ~FGSampleQueue ();
 
     virtual void update (double dt);