From 0d8981c06d0debc19beff2440d8804c63e62151b Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 21 Jul 2016 10:30:40 +0000 Subject: fixed gcc warning git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6584 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/sndfile/decodersndfilefactory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Input/sndfile/decodersndfilefactory.h') diff --git a/src/plugins/Input/sndfile/decodersndfilefactory.h b/src/plugins/Input/sndfile/decodersndfilefactory.h index e4a15d1fb..3d3d5aca9 100644 --- a/src/plugins/Input/sndfile/decodersndfilefactory.h +++ b/src/plugins/Input/sndfile/decodersndfilefactory.h @@ -40,7 +40,7 @@ public: bool supports(const QString &source) const; bool canDecode(QIODevice *input) const; const DecoderProperties properties() const; - Decoder *create(const QString &path, QIODevice *); + Decoder *create(const QString &, QIODevice *); QList createPlayList(const QString &fileName, bool useMetaData, QStringList *); MetaDataModel* createMetaDataModel(const QString &path, QObject *parent = 0); void showSettings(QWidget *parent); -- cgit v1.2.3-13-gbd6f