aboutsummaryrefslogtreecommitdiffstats
path: root/src/sticker/SongSticker.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-01-28 19:33:56 +0100
committerMax Kellermann <max@duempel.org>2015-01-28 19:33:56 +0100
commit593bb5a8a7ba4c5a846a4443fe59ddeebdc45ced (patch)
treedb35a7f10c5f9f0e01f59d928dc02c1b72db58e0 /src/sticker/SongSticker.cxx
parent822ac7b100e6d0ed876ec8c6dea09f3ab0809655 (diff)
downloadmpd-593bb5a8a7ba4c5a846a4443fe59ddeebdc45ced.tar.gz
mpd-593bb5a8a7ba4c5a846a4443fe59ddeebdc45ced.tar.xz
mpd-593bb5a8a7ba4c5a846a4443fe59ddeebdc45ced.zip
StickerDatabase: convert the struct name to upper case
Diffstat (limited to 'src/sticker/SongSticker.cxx')
-rw-r--r--src/sticker/SongSticker.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sticker/SongSticker.cxx b/src/sticker/SongSticker.cxx
index d6ade9800..b4ca6a398 100644
--- a/src/sticker/SongSticker.cxx
+++ b/src/sticker/SongSticker.cxx
@@ -60,7 +60,7 @@ sticker_song_delete_value(const LightSong &song, const char *name,
return sticker_delete_value("song", uri.c_str(), name, error);
}
-struct sticker *
+Sticker *
sticker_song_get(const LightSong &song, Error &error)
{
const auto uri = song.GetURI();