Merge branch 'exp2' of git://github.com/neheb/MPD

This commit is contained in:
Max Kellermann 2021-08-17 10:53:36 +02:00
commit bedcf1cce5

View File

@ -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,