aboutsummaryrefslogtreecommitdiffstats
path: root/al/auxeffectslot.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-09-01 17:54:17 -0700
committerChris Robinson <[email protected]>2019-09-01 17:54:17 -0700
commitbb35e24c9ba7ec01c05fc1f07ef737c15821283a (patch)
tree446a56e69f7cce88a07ada7848298cdfbc9a775a /al/auxeffectslot.h
parent727217ce0a9765270551ad6e10a25ee0b7fb74e6 (diff)
Avoid unnecessary placement new definitions
Diffstat (limited to 'al/auxeffectslot.h')
-rw-r--r--al/auxeffectslot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/al/auxeffectslot.h b/al/auxeffectslot.h
index a6eb94f9..2471447f 100644
--- a/al/auxeffectslot.h
+++ b/al/auxeffectslot.h
@@ -92,7 +92,7 @@ struct ALeffectslot {
static ALeffectslotArray *CreatePtrArray(size_t count) noexcept;
- DEF_PLACE_NEWDEL()
+ DEF_NEWDEL(ALeffectslot)
};
ALenum InitEffectSlot(ALeffectslot *slot);