]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/sample_openal.hxx
Don't crash when a submodel fails to load.
[simgear.git] / simgear / sound / sample_openal.hxx
index 491ba572ca220a2646f1b5302b72446371af5b93..b2afba4f33fd1da89f138e491b038e115d0625dc 100644 (file)
@@ -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.