Commit adb27903 authored by Max Kellermann's avatar Max Kellermann

output/jack: convert const to constexpr

parent 51150faa
......@@ -38,7 +38,7 @@
static constexpr unsigned MAX_PORTS = 16;
static const size_t jack_sample_size = sizeof(jack_default_audio_sample_t);
static constexpr size_t jack_sample_size = sizeof(jack_default_audio_sample_t);
struct JackOutput {
AudioOutput base;
......
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