diff options
Diffstat (limited to 'src/plugins/General/scrobbler/scrobblercache.h')
| -rw-r--r-- | src/plugins/General/scrobbler/scrobblercache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/scrobbler/scrobblercache.h b/src/plugins/General/scrobbler/scrobblercache.h index 40ac5fff6..ae0494e96 100644 --- a/src/plugins/General/scrobbler/scrobblercache.h +++ b/src/plugins/General/scrobbler/scrobblercache.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2013 by Ilya Kotov * + * Copyright (C) 2013-2016 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -38,7 +38,7 @@ public: ~SongInfo(); - void operator=(const SongInfo &info); + SongInfo & operator=(const SongInfo &info); bool operator==(const SongInfo &info); bool operator!=(const SongInfo &info); |
