aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/mpc/mpcfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/mpc/mpcfile.cpp')
-rw-r--r--taglib/mpc/mpcfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/taglib/mpc/mpcfile.cpp b/taglib/mpc/mpcfile.cpp
index b8544bb8..0ffaf893 100644
--- a/taglib/mpc/mpcfile.cpp
+++ b/taglib/mpc/mpcfile.cpp
@@ -79,7 +79,7 @@ public:
// static members
////////////////////////////////////////////////////////////////////////////////
-bool MPC::File::isValidStream(IOStream *stream)
+bool MPC::File::isSupported(IOStream *stream)
{
// A newer MPC file has to start with "MPCK" or "MP+", but older files don't
// have keys to do a quick check.