aboutsummaryrefslogtreecommitdiffstats
path: root/src/DespotifyUtils.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-08 19:21:48 +0100
committerMax Kellermann <max@duempel.org>2014-01-08 19:49:27 +0100
commit2071070f39216accc02550102017e4f8abb9b5ea (patch)
tree0470aa32f02ff7b8ab27d77e015a93a0731c98e5 /src/DespotifyUtils.hxx
parent89a78a5f3c4f648e9f20e83ac1d4769eff24c5b8 (diff)
downloadmpd-2071070f39216accc02550102017e4f8abb9b5ea.tar.gz
mpd-2071070f39216accc02550102017e4f8abb9b5ea.tar.xz
mpd-2071070f39216accc02550102017e4f8abb9b5ea.zip
DespotifyUtils: return Tag, not pointer
Diffstat (limited to 'src/DespotifyUtils.hxx')
-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);
/**