aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/mad/decodermadfactory.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-09-15 15:54:18 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-09-15 15:54:18 +0000
commit8ba3c4bc2f133794b60d8224ef1d844fb6903344 (patch)
tree816e56a4f42d32266518c1ecc3cbba78987f8bfa /src/plugins/Input/mad/decodermadfactory.cpp
parent095abc2e238556b3b89f55a6c7885450e3e3385b (diff)
downloadqmmp-8ba3c4bc2f133794b60d8224ef1d844fb6903344.tar.gz
qmmp-8ba3c4bc2f133794b60d8224ef1d844fb6903344.tar.bz2
qmmp-8ba3c4bc2f133794b60d8224ef1d844fb6903344.zip
fixed some bugs, removed unused code
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1222 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mad/decodermadfactory.cpp')
-rw-r--r--src/plugins/Input/mad/decodermadfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/mad/decodermadfactory.cpp b/src/plugins/Input/mad/decodermadfactory.cpp
index 47de2e828..11009d617 100644
--- a/src/plugins/Input/mad/decodermadfactory.cpp
+++ b/src/plugins/Input/mad/decodermadfactory.cpp
@@ -94,7 +94,7 @@ const DecoderProperties DecoderMADFactory::properties() const
return properties;
}
-Decoder *DecoderMADFactory::create(QIODevice *input, const QString &)
+Decoder *DecoderMADFactory::create(const QString&, QIODevice *input)
{
return new DecoderMAD(input);
}