aboutsummaryrefslogtreecommitdiffstats
path: root/src/DespotifyUtils.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/DespotifyUtils.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DespotifyUtils.hxx b/src/DespotifyUtils.hxx
index ad22acf92..c8d90afa4 100644
--- a/src/DespotifyUtils.hxx
+++ b/src/DespotifyUtils.hxx
@@ -42,9 +42,9 @@ 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 *
+Tag
mpd_despotify_tag_from_track(const ds_track &track);
/**