aboutsummaryrefslogtreecommitdiffstats
path: root/al/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'al/event.h')
-rw-r--r--al/event.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/al/event.h b/al/event.h
index 9056d577..44d9306f 100644
--- a/al/event.h
+++ b/al/event.h
@@ -4,6 +4,8 @@
#include "AL/al.h"
#include "AL/alc.h"
+#include "almalloc.h"
+
struct EffectState;
@@ -46,6 +48,8 @@ struct AsyncEvent {
AsyncEvent() noexcept = default;
constexpr AsyncEvent(unsigned int type) noexcept : EnumType{type} { }
+
+ DISABLE_ALLOC()
};