playlist/SongEnumerator: add "noexcept"
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user