playlist/SongEnumerator: allow NextSong() to throw exceptions
This commit is contained in:
parent
6f267adc14
commit
926d4150c5
|
@ -35,6 +35,8 @@ public:
|
|||
/**
|
||||
* Obtain the next song. Returns nullptr if there are no more
|
||||
* songs.
|
||||
*
|
||||
* Throws on error.
|
||||
*/
|
||||
virtual std::unique_ptr<DetachedSong> NextSong() = 0;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue