From 09d68d3d1d77d45343e3562c0b5e0cd6816d47d3 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 17 Apr 2011 14:21:29 +0000 Subject: Initial Ogg Vorbis sounds effect support. --- src/audio/wavfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/audio/wavfile.h') diff --git a/src/audio/wavfile.h b/src/audio/wavfile.h index f987b80..ae61ab5 100644 --- a/src/audio/wavfile.h +++ b/src/audio/wavfile.h @@ -16,7 +16,7 @@ namespace audio class Wav { public: - static PCM *load(std::string const & name); + static PCM *load(std::string const & filename); }; } -- cgit v1.2.3