summaryrefslogtreecommitdiff
path: root/src/lib/show_playlist_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/show_playlist_list.h')
-rw-r--r--src/lib/show_playlist_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/show_playlist_list.h b/src/lib/show_playlist_list.h
index 07b986486..6ebadfc37 100644
--- a/src/lib/show_playlist_list.h
+++ b/src/lib/show_playlist_list.h
@@ -69,7 +69,7 @@ public:
bool missing(ShowPlaylistID id) const;
/** Add a playlist entry to the end of a playlist in the database */
- void add_entry(ShowPlaylistID, ShowPlaylistEntry const& entry);
+ void add_entry(ShowPlaylistID playlist_id, ShowPlaylistEntry const& entry);
/** Insert the given playlist entry at the given index */
void insert_entry(ShowPlaylistID playlist_id, ShowPlaylistEntry const& entry, int index);
/** Set the values in the database from entry */