diff options
author | Chris Robinson <[email protected]> | 2018-11-27 21:19:30 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-27 21:19:30 -0800 |
commit | ec2927cd32a1d3a48da81947d611ace6d8361dca (patch) | |
tree | 4cd48efbb62a09e664b3440d3ddb90cb62469489 /OpenAL32/Include | |
parent | ff8c6949576b40d11c3cb4276390d355d1b0231f (diff) |
Small cleanup for ~ALCcontext_struct
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alu.h | 2 |
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, |