*/Registry: use constinit

This commit is contained in:
Max Kellermann
2023-03-07 11:59:39 +01:00
parent 333b36f090
commit 815b248990
10 changed files with 10 additions and 10 deletions

View File

@@ -35,7 +35,7 @@
#include "plugins/CdioParanoiaInputPlugin.hxx"
#endif
constexpr const InputPlugin *input_plugins[] = {
constinit const InputPlugin *const input_plugins[] = {
#ifdef ENABLE_ALSA
&input_plugin_alsa,
#endif