aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistFile.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/PlaylistFile.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/PlaylistFile.hxx b/src/PlaylistFile.hxx
index f04530bcc..33fe00eb7 100644
--- a/src/PlaylistFile.hxx
+++ b/src/PlaylistFile.hxx
@@ -23,8 +23,7 @@
#include <vector>
#include <string>
-struct Song;
-struct PlaylistInfo;
+class DetachedSong;
class PlaylistVector;
class Error;
@@ -69,7 +68,7 @@ bool
spl_remove_index(const char *utf8path, unsigned pos, Error &error);
bool
-spl_append_song(const char *utf8path, const Song &song, Error &error);
+spl_append_song(const char *utf8path, const DetachedSong &song, Error &error);
bool
spl_append_uri(const char *file, const char *utf8file, Error &error);