playlist/SongEnumerator: add "noexcept"

This commit is contained in:
Max Kellermann 2018-01-20 20:10:46 +01:00
parent 0095e2d7d8
commit 6f267adc14
1 changed files with 1 additions and 1 deletions

View File

@ -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