aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/flac/flacfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/flac/flacfile.cpp')
-rw-r--r--taglib/flac/flacfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/taglib/flac/flacfile.cpp b/taglib/flac/flacfile.cpp
index 780ab1c3..7f437194 100644
--- a/taglib/flac/flacfile.cpp
+++ b/taglib/flac/flacfile.cpp
@@ -99,7 +99,7 @@ public:
// static members
////////////////////////////////////////////////////////////////////////////////
-bool FLAC::File::isValidStream(IOStream *stream)
+bool FLAC::File::isSupported(IOStream *stream)
{
// A FLAC file has an ID "fLaC" somewhere. An ID3v2 tag may precede.