aboutsummaryrefslogtreecommitdiffstats
path: root/al/source.h
diff options
context:
space:
mode:
Diffstat (limited to 'al/source.h')
-rw-r--r--al/source.h4
1 files changed, 2 insertions, 2 deletions
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: