aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/ape/apefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/ape/apefile.h')
-rw-r--r--taglib/ape/apefile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/taglib/ape/apefile.h b/taglib/ape/apefile.h
index a7c870b4..267778ba 100644
--- a/taglib/ape/apefile.h
+++ b/taglib/ape/apefile.h
@@ -218,7 +218,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 &);