diff --git a/Alc/alc.cpp b/Alc/alc.cpp index 4ce66eaf..65023fe1 100644 --- a/Alc/alc.cpp +++ b/Alc/alc.cpp @@ -1211,7 +1211,7 @@ static void alc_initconfig(void) if((str && str[0]) || ConfigValueStr(nullptr, nullptr, "default-reverb", &str)) LoadReverbPreset(str, &DefaultEffect); } -#define DO_INITCONFIG() std::call_once(alc_config_once, alc_initconfig) +#define DO_INITCONFIG() std::call_once(alc_config_once, [](){alc_initconfig();}) /************************************************