From 89a78a5f3c4f648e9f20e83ac1d4769eff24c5b8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 8 Jan 2014 19:22:20 +0100 Subject: DespotifyUtils: pass const ds_track reference --- src/DespotifyUtils.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DespotifyUtils.hxx') 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. -- cgit v1.2.3