aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistSave.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-20 09:05:36 +0100
committerMax Kellermann <max@duempel.org>2014-01-20 09:05:36 +0100
commit2f51285349316c2971d619b6c3c0e2eb485c16cf (patch)
tree6d4aaa7890ac8d06c3113e09ce34ee5d800005a4 /src/PlaylistSave.hxx
parent64465c1318e227ca625ee2047ec8b6a8f0c2faff (diff)
parentab9c9068d4fa9b083daa17582987b846c6c985d4 (diff)
downloadmpd-2f51285349316c2971d619b6c3c0e2eb485c16cf.tar.gz
mpd-2f51285349316c2971d619b6c3c0e2eb485c16cf.tar.xz
mpd-2f51285349316c2971d619b6c3c0e2eb485c16cf.zip
Merge branch 'v0.18.x'
Diffstat (limited to 'src/PlaylistSave.hxx')
-rw-r--r--src/PlaylistSave.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PlaylistSave.hxx b/src/PlaylistSave.hxx
index 655db1836..3e58b8630 100644
--- a/src/PlaylistSave.hxx
+++ b/src/PlaylistSave.hxx
@@ -24,7 +24,7 @@
#include <stdio.h>
-struct queue;
+struct Queue;
struct playlist;
struct PlayerControl;
class DetachedSong;
@@ -40,7 +40,7 @@ playlist_print_uri(FILE *fp, const char *uri);
* Saves a queue object into a stored playlist file.
*/
PlaylistResult
-spl_save_queue(const char *name_utf8, const queue &queue);
+spl_save_queue(const char *name_utf8, const Queue &queue);
/**
* Saves a playlist object into a stored playlist file.