X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fsound%2Fxmlsound.hxx;h=f3635b08a705393d2c8180bc2a71aeeb9681904e;hb=a7697f6095eca0a2b8e1129d8430aebb62138509;hp=b5bc1f9f3893ffb7a224e96c5a1a8cab9ef01c1b;hpb=e2e1524454d94db9e1b8cf591f337ca0a5fd06da;p=simgear.git diff --git a/simgear/sound/xmlsound.hxx b/simgear/sound/xmlsound.hxx index b5bc1f9f..f3635b08 100644 --- a/simgear/sound/xmlsound.hxx +++ b/simgear/sound/xmlsound.hxx @@ -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 SGPath& currentDir); /** * Check whether an event has happened and if action has to be taken.