From 593bb5a8a7ba4c5a846a4443fe59ddeebdc45ced Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 28 Jan 2015 19:33:56 +0100 Subject: StickerDatabase: convert the struct name to upper case --- src/sticker/SongSticker.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sticker/SongSticker.cxx') 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(); -- cgit v1.2.3