]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/xmlsound.hxx
allow sound effects in the configuration file to be added to the 'avionics' sample...
[simgear.git] / simgear / sound / xmlsound.hxx
index b5bc1f9f3893ffb7a224e96c5a1a8cab9ef01c1b..141f5eef299bf1cbb7d98ea5735d7b59aee2d8e9 100644 (file)
@@ -100,10 +100,11 @@ public:
    * @param child A pointer to the location of the current event as defined
    * in the configuration file.
    * @param sgrp A pointer to a pre-initialized sample group class.
+   * @param avionics A pointer to the pre-initialized avionics sample group.
    * @param path The path where the audio files remain.
    */
   virtual void init (SGPropertyNode *, SGPropertyNode *, SGSampleGroup *,
-                     const string &);
+                     SGSampleGroup *, const string &);
 
   /**
    * Check whether an event has happened and if action has to be taken.