aboutsummaryrefslogtreecommitdiffstats
path: root/src/UpdateRemove.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-08 00:41:08 +0100
committerMax Kellermann <max@duempel.org>2014-01-08 00:41:08 +0100
commit6a953394f49eb4c36f2170b83bd4da9b681222e1 (patch)
tree2d17f6b901502eaf674a7aa082004696b04afc80 /src/UpdateRemove.cxx
parentc152a88ff60b0f3f2574860909edae20fdd8cf19 (diff)
downloadmpd-6a953394f49eb4c36f2170b83bd4da9b681222e1.tar.gz
mpd-6a953394f49eb4c36f2170b83bd4da9b681222e1.tar.xz
mpd-6a953394f49eb4c36f2170b83bd4da9b681222e1.zip
SongSticker: use Song references
Diffstat (limited to 'src/UpdateRemove.cxx')
-rw-r--r--src/UpdateRemove.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UpdateRemove.cxx b/src/UpdateRemove.cxx
index 555b340d3..91588330a 100644
--- a/src/UpdateRemove.cxx
+++ b/src/UpdateRemove.cxx
@@ -57,7 +57,7 @@ song_remove_event(void)
#ifdef ENABLE_SQLITE
/* if the song has a sticker, remove it */
if (sticker_enabled())
- sticker_song_delete(removed_song);
+ sticker_song_delete(*removed_song);
#endif
instance->DeleteSong(*removed_song);