diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-10-18 06:33:49 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-10-18 06:33:49 +0000 |
| commit | d854da17a4b40a96793454a3aea25949ae9aacf1 (patch) | |
| tree | 4fcb8240f31daa41bf15a00d732c881906827ee1 /src/plugins/Input/cue/decoder_cue.h | |
| parent | 7236148c9da87ed1b76f66bcbba550dde6ec2497 (diff) | |
| download | qmmp-d854da17a4b40a96793454a3aea25949ae9aacf1.tar.gz qmmp-d854da17a4b40a96793454a3aea25949ae9aacf1.tar.bz2 qmmp-d854da17a4b40a96793454a3aea25949ae9aacf1.zip | |
fixed clang warnings
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4582 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/cue/decoder_cue.h')
| -rw-r--r-- | src/plugins/Input/cue/decoder_cue.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/Input/cue/decoder_cue.h b/src/plugins/Input/cue/decoder_cue.h index 34096b05f..75ff17052 100644 --- a/src/plugins/Input/cue/decoder_cue.h +++ b/src/plugins/Input/cue/decoder_cue.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008 by Ilya Kotov * + * Copyright (C) 2008-2014 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -40,10 +40,10 @@ public: void seek(qint64); qint64 read(char *data, qint64 size); int bitrate(); - const QString nextURL(); + const QString nextURL() const; void next(); -private: +private: Decoder *m_decoder; qint64 m_length; qint64 m_offset; |
