aboutsummaryrefslogtreecommitdiffstats
path: root/src/DespotifyUtils.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/DespotifyUtils.hxx')
-rw-r--r--src/DespotifyUtils.hxx2
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.