aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/riff/wav
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/riff/wav')
-rw-r--r--taglib/riff/wav/wavfile.cpp2
-rw-r--r--taglib/riff/wav/wavfile.h2
2 files changed, 2 insertions, 2 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".
diff --git a/taglib/riff/wav/wavfile.h b/taglib/riff/wav/wavfile.h
index 47e8116d..f6c190ed 100644
--- a/taglib/riff/wav/wavfile.h
+++ b/taglib/riff/wav/wavfile.h
@@ -182,7 +182,7 @@ namespace TagLib {
* \note This method is designed to do a quick check. The result may
* not necessarily be correct.
*/
- static bool isValidStream(IOStream *stream);
+ static bool isSupported(IOStream *stream);
private:
File(const File &);