playlist/SongEnumerator: add "noexcept"
This commit is contained in:
parent
0095e2d7d8
commit
6f267adc14
|
@ -30,7 +30,7 @@ class DetachedSong;
|
|||
*/
|
||||
class SongEnumerator {
|
||||
public:
|
||||
virtual ~SongEnumerator() {}
|
||||
virtual ~SongEnumerator() noexcept {}
|
||||
|
||||
/**
|
||||
* Obtain the next song. Returns nullptr if there are no more
|
||||
|
|
Loading…
Reference in New Issue