diff options
Diffstat (limited to '')
-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 |