aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/ogg/flac/oggflacfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/ogg/flac/oggflacfile.h')
-rw-r--r--taglib/ogg/flac/oggflacfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/taglib/ogg/flac/oggflacfile.h b/taglib/ogg/flac/oggflacfile.h
index 5f4313da..b2686e45 100644
--- a/taglib/ogg/flac/oggflacfile.h
+++ b/taglib/ogg/flac/oggflacfile.h
@@ -149,7 +149,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 &);