aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/alc.cpp')
-rw-r--r--Alc/alc.cpp2
1 files changed, 1 insertions, 1 deletions
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();})
/************************************************