Commit 6f267adc authored by Max Kellermann's avatar Max Kellermann

playlist/SongEnumerator: add "noexcept"

parent 0095e2d7
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment