aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/ogg/vorbis/vorbisfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/ogg/vorbis/vorbisfile.cpp')
-rw-r--r--taglib/ogg/vorbis/vorbisfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/taglib/ogg/vorbis/vorbisfile.cpp b/taglib/ogg/vorbis/vorbisfile.cpp
index 7f02fff5..b4f221ab 100644
--- a/taglib/ogg/vorbis/vorbisfile.cpp
+++ b/taglib/ogg/vorbis/vorbisfile.cpp
@@ -63,7 +63,7 @@ namespace TagLib {
// static members
////////////////////////////////////////////////////////////////////////////////
-bool Vorbis::File::isValidStream(IOStream *stream)
+bool Vorbis::File::isSupported(IOStream *stream)
{
// An Ogg Vorbis file has IDs "OggS" and "\x01vorbis" somewhere.