aboutsummaryrefslogtreecommitdiffstats
path: root/src/SongSticker.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/SongSticker.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SongSticker.hxx b/src/SongSticker.hxx
index 0923f0c3a..7a63a64b4 100644
--- a/src/SongSticker.hxx
+++ b/src/SongSticker.hxx
@@ -63,7 +63,7 @@ sticker_song_delete_value(const Song *song, const char *name);
* @param song the song object
* @return a sticker object, or NULL on error or if there is no sticker
*/
-struct sticker *
+sticker *
sticker_song_get(const Song *song);
/**