aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/ogg/flac/oggflacfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/ogg/flac/oggflacfile.cpp')
-rw-r--r--taglib/ogg/flac/oggflacfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/taglib/ogg/flac/oggflacfile.cpp b/taglib/ogg/flac/oggflacfile.cpp
index e294d411..53d04508 100644
--- a/taglib/ogg/flac/oggflacfile.cpp
+++ b/taglib/ogg/flac/oggflacfile.cpp
@@ -70,7 +70,7 @@ public:
// static members
////////////////////////////////////////////////////////////////////////////////
-bool Ogg::FLAC::File::isValidStream(IOStream *stream)
+bool Ogg::FLAC::File::isSupported(IOStream *stream)
{
// An Ogg FLAC file has IDs "OggS" and "fLaC" somewhere.