aboutsummaryrefslogtreecommitdiffstats
path: root/al/source.h
diff options
context:
space:
mode:
Diffstat (limited to 'al/source.h')
-rw-r--r--al/source.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/al/source.h b/al/source.h
index a800f299..a36a2a09 100644
--- a/al/source.h
+++ b/al/source.h
@@ -124,6 +124,8 @@ struct ALsource {
ALsource(const ALsource&) = delete;
ALsource& operator=(const ALsource&) = delete;
+
+ DISABLE_ALLOC()
};
void UpdateAllSourceProps(ALCcontext *context);