diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-15 15:54:18 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-15 15:54:18 +0000 |
| commit | 8ba3c4bc2f133794b60d8224ef1d844fb6903344 (patch) | |
| tree | 816e56a4f42d32266518c1ecc3cbba78987f8bfa /src/plugins/Input/mad/decodermadfactory.cpp | |
| parent | 095abc2e238556b3b89f55a6c7885450e3e3385b (diff) | |
| download | qmmp-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.cpp | 2 |
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); } |
