playlist/SoundCloud: make parse_callbacks constexpr
This commit is contained in:
parent
c155df5d79
commit
4ee3820bd6
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user