aboutsummaryrefslogtreecommitdiffstats
path: root/src/SongSticker.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/SongSticker.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SongSticker.cxx b/src/SongSticker.cxx
index 141e286b5..4932e0ef8 100644
--- a/src/SongSticker.cxx
+++ b/src/SongSticker.cxx
@@ -28,7 +28,7 @@
#include <assert.h>
#include <string.h>
-char *
+std::string
sticker_song_get_value(const Song *song, const char *name)
{
assert(song != NULL);