aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/riff/wav/wavfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/riff/wav/wavfile.h')
-rw-r--r--taglib/riff/wav/wavfile.h2
1 files changed, 1 insertions, 1 deletions
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 &);