diff options
Diffstat (limited to 'al/effect.h')
-rw-r--r-- | al/effect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/al/effect.h b/al/effect.h index fef03475..71fe9c87 100644 --- a/al/effect.h +++ b/al/effect.h @@ -54,7 +54,7 @@ struct ALeffect { static void SetName(ALCcontext *context, ALuint id, std::string_view name); - DISABLE_ALLOC() + DISABLE_ALLOC }; void InitEffect(ALeffect *effect); |