aboutsummaryrefslogtreecommitdiffstats
path: root/src/DespotifyUtils.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/DespotifyUtils.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/DespotifyUtils.hxx b/src/DespotifyUtils.hxx
index c0d4af47c..c8d90afa4 100644
--- a/src/DespotifyUtils.hxx
+++ b/src/DespotifyUtils.hxx
@@ -42,10 +42,10 @@ struct despotify_session *mpd_despotify_get_session(void);
*
* @param track the track to convert
*
- * @return a pointer to the filled in tags structure
+ * @return filled in #Tag structure
*/
-Tag *
-mpd_despotify_tag_from_track(struct ds_track *track);
+Tag
+mpd_despotify_tag_from_track(const ds_track &track);
/**
* Register a despotify callback.