From 41266e96aeb0cac54d05a9e57dcea0990933dd33 Mon Sep 17 00:00:00 2001
From: Chris Robinson <chris.kcat@gmail.com>
Date: Fri, 15 Dec 2023 18:54:53 -0800
Subject: Remove unnecessary macro parameter lists

---
 al/source.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'al/source.h')

diff --git a/al/source.h b/al/source.h
index 3fd43a5c..69bedda3 100644
--- a/al/source.h
+++ b/al/source.h
@@ -46,7 +46,7 @@ inline bool sBufferSubDataCompat{false};
 struct ALbufferQueueItem : public VoiceBufferItem {
     ALbuffer *mBuffer{nullptr};
 
-    DISABLE_ALLOC()
+    DISABLE_ALLOC
 };
 
 
@@ -159,7 +159,7 @@ struct ALsource {
 
     static void SetName(ALCcontext *context, ALuint id, std::string_view name);
 
-    DISABLE_ALLOC()
+    DISABLE_ALLOC
 
 #ifdef ALSOFT_EAX
 public:
-- 
cgit v1.2.3