diff options
author | Max Kellermann <max@duempel.org> | 2015-01-28 19:33:56 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-01-28 19:33:56 +0100 |
commit | 593bb5a8a7ba4c5a846a4443fe59ddeebdc45ced (patch) | |
tree | db35a7f10c5f9f0e01f59d928dc02c1b72db58e0 /src/sticker/SongSticker.cxx | |
parent | 822ac7b100e6d0ed876ec8c6dea09f3ab0809655 (diff) | |
download | mpd-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.cxx | 2 |
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(); |