From c85af12d45928aecb20a087a009e1f5f19f980e2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 17 Oct 2013 19:37:51 +0200 Subject: StickerDatabase: return std::string --- src/SongSticker.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/SongSticker.cxx') 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 #include -char * +std::string sticker_song_get_value(const Song *song, const char *name) { assert(song != NULL); -- cgit v1.2.3