playlist/SoundCloud: make parse_callbacks constexpr

This commit is contained in:
Max Kellermann 2016-09-09 17:59:42 +02:00
parent c155df5d79
commit 4ee3820bd6

View File

@ -209,7 +209,7 @@ handle_end_map(void *ctx)
return 1;
}
static yajl_callbacks parse_callbacks = {
static constexpr yajl_callbacks parse_callbacks = {
nullptr,
nullptr,
handle_integer,