From d854da17a4b40a96793454a3aea25949ae9aacf1 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 18 Oct 2014 06:33:49 +0000 Subject: fixed clang warnings git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4582 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/flac/decoder_flac.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/Input/flac/decoder_flac.h') diff --git a/src/plugins/Input/flac/decoder_flac.h b/src/plugins/Input/flac/decoder_flac.h index 4b4a2f668..215d2d7e3 100644 --- a/src/plugins/Input/flac/decoder_flac.h +++ b/src/plugins/Input/flac/decoder_flac.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006-2008 by Ilya Kotov * + * Copyright (C) 2006-2014 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -69,7 +69,7 @@ public: int bitrate(); qint64 read(char *data, qint64 maxSize); void seek(qint64 time); - const QString nextURL(); + const QString nextURL() const; void next(); struct flac_data *data() -- cgit v1.2.3-13-gbd6f