aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/riff/wav/wavfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/riff/wav/wavfile.cpp')
-rw-r--r--taglib/riff/wav/wavfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/taglib/riff/wav/wavfile.cpp b/taglib/riff/wav/wavfile.cpp
index 5e92b29e..0ebe21c3 100644
--- a/taglib/riff/wav/wavfile.cpp
+++ b/taglib/riff/wav/wavfile.cpp
@@ -65,7 +65,7 @@ public:
// static members
////////////////////////////////////////////////////////////////////////////////
-bool RIFF::WAV::File::isValidStream(IOStream *stream)
+bool RIFF::WAV::File::isSupported(IOStream *stream)
{
// A WAV file has to start with "RIFF????WAVE".