diff options
Diffstat (limited to 'src/decoder/plugins/MikmodDecoderPlugin.cxx')
-rw-r--r-- | src/decoder/plugins/MikmodDecoderPlugin.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/decoder/plugins/MikmodDecoderPlugin.cxx b/src/decoder/plugins/MikmodDecoderPlugin.cxx index 7fbc24bf3..0f0cb3a6a 100644 --- a/src/decoder/plugins/MikmodDecoderPlugin.cxx +++ b/src/decoder/plugins/MikmodDecoderPlugin.cxx @@ -62,9 +62,9 @@ mikmod_mpd_is_present() return true; } -static char drv_name[] = PACKAGE_NAME; -static char drv_version[] = VERSION; -static char drv_alias[] = PACKAGE; +static constexpr char drv_name[] = PACKAGE_NAME; +static constexpr char drv_version[] = VERSION; +static constexpr char drv_alias[] = PACKAGE; static MDRIVER drv_mpd = { nullptr, |