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

playlist/SongEnumerator: add "noexcept"

parent 0095e2d7
...@@ -30,7 +30,7 @@ class DetachedSong; ...@@ -30,7 +30,7 @@ class DetachedSong;
*/ */
class SongEnumerator { class SongEnumerator {
public: public:
virtual ~SongEnumerator() {} virtual ~SongEnumerator() noexcept {}
/** /**
* Obtain the next song. Returns nullptr if there are no more * 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