aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/flac/flacfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/flac/flacfile.h')
-rw-r--r--taglib/flac/flacfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/taglib/flac/flacfile.h b/taglib/flac/flacfile.h
index 56755ec5..645090e0 100644
--- a/taglib/flac/flacfile.h
+++ b/taglib/flac/flacfile.h
@@ -325,7 +325,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 &);