From 8ba3c4bc2f133794b60d8224ef1d844fb6903344 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 15 Sep 2009 15:54:18 +0000 Subject: 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 --- src/plugins/Input/mad/decodermadfactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Input/mad/decodermadfactory.cpp') 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); } -- cgit v1.2.3-13-gbd6f