From ab9c9068d4fa9b083daa17582987b846c6c985d4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 20 Jan 2014 08:57:22 +0100 Subject: Queue: rename struct queue to Queue Works around a build failure on Solaris because annoyingly, Solaris reserves the name "queue". This rename was pending anyway. --- src/PlaylistSave.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/PlaylistSave.hxx') diff --git a/src/PlaylistSave.hxx b/src/PlaylistSave.hxx index 70b40f3fa..71e0a8189 100644 --- a/src/PlaylistSave.hxx +++ b/src/PlaylistSave.hxx @@ -25,7 +25,7 @@ #include struct Song; -struct queue; +struct Queue; struct playlist; struct PlayerControl; class Error; @@ -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. -- cgit v1.2.3