aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistState.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/PlaylistState.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PlaylistState.hxx b/src/PlaylistState.hxx
index bd48e4543..8d3f88ae2 100644
--- a/src/PlaylistState.hxx
+++ b/src/PlaylistState.hxx
@@ -30,6 +30,7 @@
struct playlist;
struct PlayerControl;
class TextFile;
+class SongLoader;
void
playlist_state_save(FILE *fp, const playlist &playlist,
@@ -37,6 +38,7 @@ playlist_state_save(FILE *fp, const playlist &playlist,
bool
playlist_state_restore(const char *line, TextFile &file,
+ const SongLoader &song_loader,
playlist &playlist, PlayerControl &pc);
/**