diff options
Diffstat (limited to 'al/auxeffectslot.h')
-rw-r--r-- | al/auxeffectslot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/al/auxeffectslot.h b/al/auxeffectslot.h index 9acb6d6b..a6eb94f9 100644 --- a/al/auxeffectslot.h +++ b/al/auxeffectslot.h @@ -32,6 +32,8 @@ struct ALeffectslotProps { EffectState *State; std::atomic<ALeffectslotProps*> next; + + DEF_NEWDEL(ALeffectslotProps) }; |