aboutsummaryrefslogtreecommitdiffstats
path: root/src/sticker/SongSticker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/sticker/SongSticker.hxx')
-rw-r--r--src/sticker/SongSticker.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sticker/SongSticker.hxx b/src/sticker/SongSticker.hxx
index e175160ab..3eaa1d776 100644
--- a/src/sticker/SongSticker.hxx
+++ b/src/sticker/SongSticker.hxx
@@ -26,7 +26,7 @@
#include <string>
struct LightSong;
-struct sticker;
+struct Sticker;
class Database;
class Error;
@@ -67,7 +67,7 @@ sticker_song_delete_value(const LightSong &song, const char *name,
* @param song the song object
* @return a sticker object, or NULL on error or if there is no sticker
*/
-sticker *
+Sticker *
sticker_song_get(const LightSong &song, Error &error);
/**