X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fsound%2Fsample_openal.hxx;h=b2afba4f33fd1da89f138e491b038e115d0625dc;hb=82dc6c32ec5075869d3269ed7d4f7ed7cbf635da;hp=491ba572ca220a2646f1b5302b72446371af5b93;hpb=44c587400d67cb5ba2a3aeff3fe61d033553cf5b;p=simgear.git diff --git a/simgear/sound/sample_openal.hxx b/simgear/sound/sample_openal.hxx index 491ba572..b2afba4f 100644 --- a/simgear/sound/sample_openal.hxx +++ b/simgear/sound/sample_openal.hxx @@ -60,11 +60,10 @@ public: /** * Constructor - * @param path Path name to sound * @param file File name of sound Buffer data is freed by the sample group */ - SGSoundSample( const char *path, const char *file ); + SGSoundSample(const char *file, const SGPath& currentDir); /** * Constructor.