Commit 4ee3820b authored by Max Kellermann's avatar Max Kellermann

playlist/SoundCloud: make parse_callbacks constexpr

parent c155df5d
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment