aboutsummaryrefslogtreecommitdiffstats
path: root/src/DespotifyUtils.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-08 19:22:20 +0100
committerMax Kellermann <max@duempel.org>2014-01-08 19:49:21 +0100
commit89a78a5f3c4f648e9f20e83ac1d4769eff24c5b8 (patch)
tree3ead8c8c2d48c44d12808fdc4ec9d8d97d9f2ae4 /src/DespotifyUtils.hxx
parentbc23a6bb05705d5551117528dfcbfcfedfee4c90 (diff)
downloadmpd-89a78a5f3c4f648e9f20e83ac1d4769eff24c5b8.tar.gz
mpd-89a78a5f3c4f648e9f20e83ac1d4769eff24c5b8.tar.xz
mpd-89a78a5f3c4f648e9f20e83ac1d4769eff24c5b8.zip
DespotifyUtils: pass const ds_track reference
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.