diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/effectslot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/effectslot.h b/core/effectslot.h index 8b7b977c..92fd1961 100644 --- a/core/effectslot.h +++ b/core/effectslot.h @@ -82,7 +82,7 @@ struct EffectSlot { static EffectSlotArray *CreatePtrArray(size_t count) noexcept; - DISABLE_ALLOC() + DEF_NEWDEL(EffectSlot) }; #endif /* CORE_EFFECTSLOT_H */ |