diff options
author | Max Kellermann <max@duempel.org> | 2014-01-20 08:57:22 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-20 08:57:46 +0100 |
commit | ab9c9068d4fa9b083daa17582987b846c6c985d4 (patch) | |
tree | b4f07b96874cee5c1a0b04b7746745b71f15d313 /src/Playlist.hxx | |
parent | 6b4d7d7315701945a6c34270a894879b068e5d8d (diff) | |
download | mpd-ab9c9068d4fa9b083daa17582987b846c6c985d4.tar.gz mpd-ab9c9068d4fa9b083daa17582987b846c6c985d4.tar.xz mpd-ab9c9068d4fa9b083daa17582987b846c6c985d4.zip |
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.
Diffstat (limited to 'src/Playlist.hxx')
-rw-r--r-- | src/Playlist.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Playlist.hxx b/src/Playlist.hxx index 5875ff4d8..7d7e9b154 100644 --- a/src/Playlist.hxx +++ b/src/Playlist.hxx @@ -30,7 +30,7 @@ struct playlist { /** * The song queue - it contains the "real" playlist. */ - struct queue queue; + struct Queue queue; /** * This value is true if the player is currently playing (or |