aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/alu.cpp')
-rw-r--r--Alc/alu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/alu.cpp b/Alc/alu.cpp
index c7ed0878..edf3249d 100644
--- a/Alc/alu.cpp
+++ b/Alc/alu.cpp
@@ -99,7 +99,7 @@ void aluInit(void)
}
-void DeinitVoice(ALvoice *voice)
+void DeinitVoice(ALvoice *voice) noexcept
{
al_free(voice->Update.exchange(nullptr));
}