playlist/cue/parser: pass StringView to Feed()

This commit is contained in:
Max Kellermann
2020-10-05 20:27:31 +02:00
parent 34bb53a29f
commit e0c75da266
4 changed files with 9 additions and 8 deletions
@@ -22,6 +22,7 @@
#include "../SongEnumerator.hxx"
#include "../cue/CueParser.hxx"
#include "input/TextInputStream.hxx"
#include "util/StringView.hxx"
class CuePlaylist final : public SongEnumerator {
TextInputStream tis;