StickerDatabase: return std::string

This commit is contained in:
Max Kellermann
2013-10-17 19:37:51 +02:00
parent e452d1f5b4
commit c85af12d45
5 changed files with 26 additions and 23 deletions

View File

@@ -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);