aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h
index d51000c8..68f539f3 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -264,7 +264,7 @@ typedef struct ALvoice {
} Send[];
} ALvoice;
-void DeinitVoice(ALvoice *voice);
+void DeinitVoice(ALvoice *voice) noexcept;
typedef void (*MixerFunc)(const ALfloat *data, ALsizei OutChans,