diff options
Diffstat (limited to '')
-rw-r--r-- | src/DespotifyUtils.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DespotifyUtils.hxx b/src/DespotifyUtils.hxx index c0d4af47c..ad22acf92 100644 --- a/src/DespotifyUtils.hxx +++ b/src/DespotifyUtils.hxx @@ -45,7 +45,7 @@ struct despotify_session *mpd_despotify_get_session(void); * @return a pointer to the filled in tags structure */ Tag * -mpd_despotify_tag_from_track(struct ds_track *track); +mpd_despotify_tag_from_track(const ds_track &track); /** * Register a despotify callback. |