diff options
author | Max Kellermann <max@duempel.org> | 2014-01-20 09:05:36 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-20 09:05:36 +0100 |
commit | 2f51285349316c2971d619b6c3c0e2eb485c16cf (patch) | |
tree | 6d4aaa7890ac8d06c3113e09ce34ee5d800005a4 /src/Playlist.hxx | |
parent | 64465c1318e227ca625ee2047ec8b6a8f0c2faff (diff) | |
parent | ab9c9068d4fa9b083daa17582987b846c6c985d4 (diff) | |
download | mpd-2f51285349316c2971d619b6c3c0e2eb485c16cf.tar.gz mpd-2f51285349316c2971d619b6c3c0e2eb485c16cf.tar.xz mpd-2f51285349316c2971d619b6c3c0e2eb485c16cf.zip |
Merge branch 'v0.18.x'
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 d6c649355..f2b7ebd67 100644 --- a/src/Playlist.hxx +++ b/src/Playlist.hxx @@ -32,7 +32,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 |