]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/sample_group.hxx
scenery: Use correct property root in xml loading.
[simgear.git] / simgear / sound / sample_group.hxx
index d2d47394d4530a32a33f68db431e4212f5e6638b..56f1bd450c69eb65bb383662054fe5d61c292c0f 100644 (file)
@@ -52,6 +52,7 @@
 #include <simgear/structure/exception.hxx>
 
 #include "sample_openal.hxx"
+#include "sample_queue.hxx"
 
 using std::map;
 using std::string;
@@ -84,7 +85,7 @@ public:
     /**
      * Destructor
      */
-    ~SGSampleGroup ();
+    virtual ~SGSampleGroup ();
 
     /**
      * Set the status of this sample group to active.
@@ -179,7 +180,7 @@ public:
     /**
      * Request to stop playing the refered audio sample.
      * @param refname Reference name of the audio sample to stop
-     * @return true if the audio sample exsists and is scheduled to stop
+     * @return true if the audio sample exists and is scheduled to stop
      */
     bool stop( const string& refname );