aboutsummaryrefslogtreecommitdiffstats
path: root/al/buffer.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-12-15 18:54:53 -0800
committerChris Robinson <[email protected]>2023-12-15 21:32:52 -0800
commit41266e96aeb0cac54d05a9e57dcea0990933dd33 (patch)
treed0f58ced3312682aae3d6a34432ead6341adaa5a /al/buffer.h
parent1381a951bea78c67281a2e844e6db1dedbd5ed7c (diff)
Remove unnecessary macro parameter lists
Diffstat (limited to 'al/buffer.h')
-rw-r--r--al/buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/al/buffer.h b/al/buffer.h
index cb864aff..2bcab6cf 100644
--- a/al/buffer.h
+++ b/al/buffer.h
@@ -50,7 +50,7 @@ struct ALbuffer : public BufferStorage {
static void SetName(ALCcontext *context, ALuint id, std::string_view name);
- DISABLE_ALLOC()
+ DISABLE_ALLOC
#ifdef ALSOFT_EAX
EaxStorage eax_x_ram_mode{EaxStorage::Automatic};